commit:     8cf5b402a053da21a1102e4c1c802d97f7b75c43
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 22:30:47 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 22:30:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8cf5b402

kde5.eclass: eutils was inherited up to EAPI-6, avoid ebuild breakage

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to