From: MuriloStrike Date: Wed, 2 May 2018 19:26:32 +0000 (-0300) Subject: Add the eclass eutils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6f0d695939dfe6840ac7fa06f1e0ac94d4b76124;p=gentoo.git 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 --- 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)"