Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 12 May 2018 14:02:20
Message-Id: 1526133678.dfaf4e8740ff7f4c04f69a6875dd5b34930bf41a.asturm@gentoo
1 commit: dfaf4e8740ff7f4c04f69a6875dd5b34930bf41a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 13:56:49 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 14:01:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfaf4e87
7
8 kde5.eclass: Inherit eutils only for EAPI-6 to avoid ebuild breakage
9
10 It is nowhere used inside the eclass.
11
12 eclass/kde5.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
16 index 681066c3caa..b1a8b064b9b 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -31,10 +31,10 @@ _KDE5_ECLASS=1
20 # for tests you should proceed with setting VIRTUALX_REQUIRED=test.
21 : ${VIRTUALX_REQUIRED:=manual}
22
23 -inherit cmake-utils eutils flag-o-matic gnome2-utils kde5-functions virtualx xdg
24 +inherit cmake-utils flag-o-matic gnome2-utils kde5-functions virtualx xdg
25
26 case ${EAPI} in
27 - 6) inherit eapi7-ver ;;
28 + 6) inherit eapi7-ver eutils ;;
29 esac
30
31 if [[ ${KDE_BUILD_TYPE} = live ]]; then