projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6946849
)
kde5.eclass: Inherit eutils only for EAPI-6 to avoid ebuild breakage
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 12 May 2018 13:56:49 +0000
(15:56 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 12 May 2018 14:01:18 +0000
(16:01 +0200)
It is nowhere used inside the eclass.
eclass/kde5.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5.eclass
b/eclass/kde5.eclass
index 681066c3caa1a93b51a42b13e59f800f3ae68b54..b1a8b064b9bb760d9e5a7ad927e368b45740f53a 100644
(file)
--- a/
eclass/kde5.eclass
+++ b/
eclass/kde5.eclass
@@
-31,10
+31,10
@@
_KDE5_ECLASS=1
# for tests you should proceed with setting VIRTUALX_REQUIRED=test.
: ${VIRTUALX_REQUIRED:=manual}
-inherit cmake-utils
eutils
flag-o-matic gnome2-utils kde5-functions virtualx xdg
+inherit cmake-utils flag-o-matic gnome2-utils kde5-functions virtualx xdg
case ${EAPI} in
- 6) inherit eapi7-ver ;;
+ 6) inherit eapi7-ver
eutils
;;
esac
if [[ ${KDE_BUILD_TYPE} = live ]]; then