commit:     c566c429b336287d2981453315725c19d660c794
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 15 11:44:36 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 15 11:44:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c566c429

[eclass] Explicitly inherit versionator.

We use it directly after 4e5d518663ba26ec5288db501b296bd699f46d51.

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

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index bbb881e..fee1e3c 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -21,7 +21,7 @@ CMAKE_MIN_VERSION="2.8.12"
 # for tests you should proceed with setting VIRTUALX_REQUIRED=test.
 : ${VIRTUALX_REQUIRED:=manual}
 
-inherit kde5-functions toolchain-funcs fdo-mime flag-o-matic gnome2-utils 
virtualx eutils cmake-utils
+inherit kde5-functions toolchain-funcs fdo-mime flag-o-matic gnome2-utils 
versionator virtualx eutils cmake-utils
 
 if [[ ${KDE_BUILD_TYPE} = live ]]; then
        case ${KDE_SCM} in

Reply via email to