commit: 6f0d695939dfe6840ac7fa06f1e0ac94d4b76124 Author: MuriloStrike <muriloaw <AT> hotmail <DOT> com> AuthorDate: Wed May 2 19:26:32 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri May 25 19:05:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0d6959
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(-) diff --git a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild index 0044509fdf6..ffe81749578 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)"
