commit: eb06d9e6746789ad7627bd5005abdf35c777bfbd
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 12:14:17 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 12:33:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb06d9e6
app-office/libalkimia: EAPI 6
Package-Manager: portage-2.2.28
app-office/libalkimia/libalkimia-9999.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-office/libalkimia/libalkimia-9999.ebuild
b/app-office/libalkimia/libalkimia-9999.ebuild
index 964f0af..af5b2fc 100644
--- a/app-office/libalkimia/libalkimia-9999.ebuild
+++ b/app-office/libalkimia/libalkimia-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_DOX_DIR="libalkimia"
KDE_DOXYGEN="true"
@@ -16,12 +16,14 @@ LICENSE="LGPL-2.1"
KEYWORDS=""
IUSE=""
-RDEPEND="
+CDEPEND="
$(add_qt_dep qtdbus)
dev-libs/gmp:0=[cxx]
"
-DEPEND="${RDEPEND}
+RDEPEND="${CDEPEND}
!app-office/libalkimia:4
+"
+DEPEND="${CDEPEND}
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdelibs4support)
$(add_qt_dep qtnetwork)