aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-06 23:30:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-06 23:30:47 +0100
commit8cf5b402a053da21a1102e4c1c802d97f7b75c43 (patch)
tree24d5c1b3e253136bbc3d14d8a236d880ff3623a3
parentcmake-utils.eclass: inherit eutils,multilib only pre-EAPI-7 (diff)
downloadkde-8cf5b402.tar.gz
kde-8cf5b402.tar.bz2
kde-8cf5b402.zip
kde5.eclass: eutils was inherited up to EAPI-6, avoid ebuild breakage
-rw-r--r--eclass/kde5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 434ee7ec0a..c493eeb5ee 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -34,7 +34,7 @@ _KDE5_ECLASS=1
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