summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-04-08 19:07:28 +0200
committerJohannes Huber <johu@gentoo.org>2016-04-08 19:07:44 +0200
commitb8fbfcc57c526c33da64ea76d5ad89996abbd76c (patch)
tree955595a086abd16de7393236bcba4a1390c2b950 /dev-libs/purpose
parentmedia-video/smplayer: Revbump to remove intrusive share widget again. (diff)
downloadgentoo-b8fbfcc57c526c33da64ea76d5ad89996abbd76c.tar.gz
gentoo-b8fbfcc57c526c33da64ea76d5ad89996abbd76c.tar.bz2
gentoo-b8fbfcc57c526c33da64ea76d5ad89996abbd76c.zip
dev-libs/purpose: EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/purpose')
-rw-r--r--dev-libs/purpose/purpose-1.0.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/purpose/purpose-1.0.ebuild b/dev-libs/purpose/purpose-1.0.ebuild
index ec1773793753..1344a70c8443 100644
--- a/dev-libs/purpose/purpose-1.0.ebuild
+++ b/dev-libs/purpose/purpose-1.0.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-KDE_PUNT_BOGUS_DEPS="true"
+KDE_TEST="forceoptional"
inherit kde5
DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
@@ -20,10 +20,10 @@ DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_kdeapps_dep kaccounts-integration)
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
net-libs/accounts-qt
"
RDEPEND="${DEPEND}"