commit:     09550eaa2c31fd1723fe79f6cd005411d611880b
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: Fri Jan 29 10:00:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=09550eaa

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 a5451db..2218212 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

Reply via email to