projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c301f
)
Add the eclass eutils
author
MuriloStrike
<muriloaw@hotmail.com>
Wed, 2 May 2018 19:26:32 +0000
(16:26 -0300)
committer
Aaron Bauman
<bman@gentoo.org>
Fri, 25 May 2018 19:05:54 +0000
(15:05 -0400)
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
patch
|
blob
|
history
diff --git
a/app-emulation/libguestfs/libguestfs-1.36.13.ebuild
b/app-emulation/libguestfs/libguestfs-1.36.13.ebuild
index 0044509fdf69df87639533307ea3b284e09405ce..ffe817495784eb34d345e49e14e8958e4e90b738 100644
(file)
--- 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)"