kde5.eclass: Inherit eutils only for EAPI-6 to avoid ebuild breakage
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 12 May 2018 13:56:49 +0000 (15:56 +0200)
committerAndreas 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

index 681066c3caa1a93b51a42b13e59f800f3ae68b54..b1a8b064b9bb760d9e5a7ad927e368b45740f53a 100644 (file)
@@ -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