projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c219d66
)
gnome2-utils: Don't inherit eutils with EAPI-7
author
Mart Raudsepp
<leio@gentoo.org>
Sun, 10 Feb 2019 20:32:09 +0000
(22:32 +0200)
committer
Mart Raudsepp
<leio@gentoo.org>
Mon, 11 Feb 2019 17:14:22 +0000
(19:14 +0200)
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
eclass/gnome2-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/gnome2-utils.eclass
b/eclass/gnome2-utils.eclass
index 0b9c89f9103c696917ec9b6fc04d90c9b1d3f895..bc7e85fd29dcd9f457d79e9eae44592d24a6f430 100644
(file)
--- a/
eclass/gnome2-utils.eclass
+++ b/
eclass/gnome2-utils.eclass
@@
-15,7
+15,8
@@
# * scrollkeeper (old Gnome help system) management
[[ ${EAPI:-0} == [012345] ]] && inherit multilib
-inherit eutils xdg-utils
+[[ ${EAPI:-0} == [0123456] ]] && inherit eutils
+inherit xdg-utils
case "${EAPI:-0}" in
0|1|2|3|4|5|6) ;;