commit: db527ba4ef9163e91e2bb35611e5aca4813726b3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 10:00:43 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 16:45:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db527ba4
kde5.eclass: sort eclass inherits
This should be safe because we already export almost every phase function.
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index e75f20c..2f60d44 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -19,7 +19,7 @@ _KDE5_ECLASS=1
# for tests you should proceed with setting VIRTUALX_REQUIRED=test.
: ${VIRTUALX_REQUIRED:=manual}
-inherit kde5-functions fdo-mime flag-o-matic gnome2-utils versionator virtualx
eutils cmake-utils
+inherit cmake-utils eutils flag-o-matic gnome2-utils kde5-functions
versionator virtualx
if [[ ${KDE_BUILD_TYPE} = live ]]; then
case ${KDE_SCM} in