summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-11-05 22:53:13 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-07 20:41:57 +0100
commitca4fbc3adf14922d12941304c4431a61371ba6e6 (patch)
tree02be03804e1b142ee70d546365a2ee3ec6fd3969 /kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
parentdev-ml/lwt: bump to 2.6.0 (diff)
downloadgentoo-ca4fbc3adf14922d12941304c4431a61371ba6e6.tar.gz
gentoo-ca4fbc3adf14922d12941304c4431a61371ba6e6.tar.bz2
gentoo-ca4fbc3adf14922d12941304c4431a61371ba6e6.zip
Rename USE flag kdepim -> pim
Signed-off-by: Johannes Huber <johu@gentoo.org> Closes: 2755
Diffstat (limited to 'kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild')
-rw-r--r--kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild b/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
index d90ebf7163ac..b4b5534f6440 100644
--- a/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
+++ b/kde-plasma/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
@@ -10,7 +10,7 @@ inherit flag-o-matic kde4-base
DESCRIPTION="Extra Plasma applets and engines"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE="attica debug desktopglobe eigen exif fcitx ibus json +kdepim oauth
+IUSE="attica debug desktopglobe eigen exif fcitx ibus json oauth +pim
qalculate qwt scim"
RESTRICT=test
@@ -28,8 +28,8 @@ COMMON_DEPEND="
fcitx? ( app-i18n/fcitx[dbus(+)] )
ibus? ( app-i18n/ibus )
json? ( dev-libs/qjson )
- kdepim? ( $(add_kdeapps_dep kdepimlibs) )
oauth? ( dev-libs/qoauth:0 )
+ pim? ( $(add_kdeapps_dep kdepimlibs) )
qalculate? ( sci-libs/libqalculate )
qwt? ( x11-libs/qwt:5 )
scim? ( app-i18n/scim )
@@ -51,8 +51,8 @@ src_configure() {
$(cmake-utils_use_with exif Kexiv2)
$(cmake-utils_use_build ibus)
$(cmake-utils_use_with json QJSON)
- $(cmake-utils_use_with kdepim KdepimLibs)
$(cmake-utils_use_with oauth QtOAuth)
+ $(cmake-utils_use_with pim KdepimLibs)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with qwt)
$(cmake-utils_use_build scim)