Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Fri, 29 Jan 2016 10:34:04
Message-Id: 1454061654.09550eaa2c31fd1723fe79f6cd005411d611880b.kensington@gentoo
1 commit: 09550eaa2c31fd1723fe79f6cd005411d611880b
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 10:00:43 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 10:00:54 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09550eaa
7
8 kde5.eclass: sort eclass inherits
9
10 This should be safe because we already export almost every phase function.
11
12 eclass/kde5.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
16 index a5451db..2218212 100644
17 --- a/eclass/kde5.eclass
18 +++ b/eclass/kde5.eclass
19 @@ -19,7 +19,7 @@ _KDE5_ECLASS=1
20 # for tests you should proceed with setting VIRTUALX_REQUIRED=test.
21 : ${VIRTUALX_REQUIRED:=manual}
22
23 -inherit kde5-functions fdo-mime flag-o-matic gnome2-utils versionator virtualx eutils cmake-utils
24 +inherit cmake-utils eutils flag-o-matic gnome2-utils kde5-functions versionator virtualx
25
26 if [[ ${KDE_BUILD_TYPE} = live ]]; then
27 case ${KDE_SCM} in