summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuriloStrike <muriloaw@hotmail.com>2018-05-02 16:26:32 -0300
committerAaron Bauman <bman@gentoo.org>2018-05-25 15:05:54 -0400
commit6f0d695939dfe6840ac7fa06f1e0ac94d4b76124 (patch)
tree44c3604a6eaaa67a7fff02f9cd36e60866783d3d /app-emulation/libguestfs/libguestfs-1.36.13.ebuild
parentwww-misc/monitorix: version bump to 3.10.1 (diff)
downloadgentoo-6f0d695939dfe6840ac7fa06f1e0ac94d4b76124.tar.gz
gentoo-6f0d695939dfe6840ac7fa06f1e0ac94d4b76124.tar.bz2
gentoo-6f0d695939dfe6840ac7fa06f1e0ac94d4b76124.zip
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
Diffstat (limited to 'app-emulation/libguestfs/libguestfs-1.36.13.ebuild')
-rw-r--r--app-emulation/libguestfs/libguestfs-1.36.13.ebuild2
1 files changed, 1 insertions, 1 deletions
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)"