From 6f0d695939dfe6840ac7fa06f1e0ac94d4b76124 Mon Sep 17 00:00:00 2001 From: MuriloStrike Date: Wed, 2 May 2018 16:26:32 -0300 Subject: Add the eclass eutils Without the eutils, in the installation phase, the error occurs: "strip-linguas: command not fount". Closes: https://github.com/gentoo/gentoo/pull/8247 --- app-emulation/libguestfs/libguestfs-1.36.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-emulation/libguestfs/libguestfs-1.36.13.ebuild') diff --git a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild index 0044509fdf69..ffe817495784 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_{4,5}} ) -inherit autotools linux-info perl-functions python-single-r1 versionator +inherit eutils autotools linux-info perl-functions python-single-r1 versionator MY_PV_1="$(get_version_component_range 1-2)" MY_PV_2="$(get_version_component_range 2)" -- cgit v1.2.3-65-gdbad