summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-05-15 21:00:21 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-19 16:16:38 +0200
commitf066225c0b22ce1125dde760b75f4222145c24c2 (patch)
tree25c8bf3c7bf1323ae134ca78ca642cd70b1ff848 /net-libs/libkpeople
parentkde-frameworks/kpeople: No longer collides with net-libs/libkpeople (diff)
downloadgentoo-f066225c0b22ce1125dde760b75f4222145c24c2.tar.gz
gentoo-f066225c0b22ce1125dde760b75f4222145c24c2.tar.bz2
gentoo-f066225c0b22ce1125dde760b75f4222145c24c2.zip
net-libs/libkpeople: USE=minimal no longer required, EAPI=6
Package-Manager: portage-2.2.28 Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'net-libs/libkpeople')
-rw-r--r--net-libs/libkpeople/libkpeople-0.3.0.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/net-libs/libkpeople/libkpeople-0.3.0.ebuild b/net-libs/libkpeople/libkpeople-0.3.0.ebuild
index e0771288fcd8..321a220a21af 100644
--- a/net-libs/libkpeople/libkpeople-0.3.0.ebuild
+++ b/net-libs/libkpeople/libkpeople-0.3.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
VIRTUALX_REQUIRED="test"
KDE_LINGUAS="bs cs da de el fi fr hu ja lt nl pl pt pt_BR ro ru sk sl sv uk"
@@ -20,7 +20,7 @@ HOMEPAGE="https://projects.kde.org/projects/playground/network/kpeople"
LICENSE="LGPL-2.1"
SLOT="4/4"
-IUSE="debug examples minimal semantic-desktop test"
+IUSE="debug examples semantic-desktop test"
RDEPEND="
$(add_kdeapps_dep kdepimlibs)
@@ -30,14 +30,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext
"
-src_prepare() {
- use minimal && comment_add_subdirectory po
- kde4-base_src_prepare
-}
-
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_with examples)
+ -DENABLE_EXAMPLES=$(usex examples)
$(cmake-utils_use_find_package semantic-desktop Baloo)
)