summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 03:31:54 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 03:32:53 +0100
commitaa7540a356a0d7bce0e37a5633f01a0a98e5bc5e (patch)
tree595091d601bcdcb4e250d126fbf0e8b7c5f30ab5 /app-i18n/uim/uim-1.8.6-r1.ebuild
parentkde-apps/kate: x86 stable (bug #637292) (diff)
downloadgentoo-aa7540a356a0d7bce0e37a5633f01a0a98e5bc5e.tar.gz
gentoo-aa7540a356a0d7bce0e37a5633f01a0a98e5bc5e.tar.bz2
gentoo-aa7540a356a0d7bce0e37a5633f01a0a98e5bc5e.zip
app-i18n/uim: Drop USE=kde
Closes: https://bugs.gentoo.org/630602 Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-i18n/uim/uim-1.8.6-r1.ebuild')
-rw-r--r--app-i18n/uim/uim-1.8.6-r1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-i18n/uim/uim-1.8.6-r1.ebuild b/app-i18n/uim/uim-1.8.6-r1.ebuild
index c5648efd8e3d..4689635b1b7f 100644
--- a/app-i18n/uim/uim-1.8.6-r1.ebuild
+++ b/app-i18n/uim/uim-1.8.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="https://uim.googlecode.com/files/${P}.tar.bz2"
LICENSE="BSD GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
-IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 kde libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW"
+IUSE="+anthy canna curl eb emacs expat libffi gtk gtk3 libedit libnotify m17n-lib ncurses nls qt4 skk sqlite ssl static-libs test unicode X xft l10n_ja l10n_ko l10n_zh-CN l10n_zh-TW"
RESTRICT="test"
@@ -38,7 +38,6 @@ RDEPEND="X? (
libffi? ( virtual/libffi )
gtk? ( >=x11-libs/gtk+-2.4:2 )
gtk3? ( x11-libs/gtk+:3 )
- kde? ( kde-frameworks/kdelibs:4 )
libedit? ( dev-libs/libedit )
libnotify? ( >=x11-libs/libnotify-0.4 )
m17n-lib? ( >=dev-libs/m17n-lib-1.3.1 )
@@ -56,7 +55,6 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
>=sys-devel/gettext-0.15
- kde? ( dev-util/cmake )
X? (
x11-proto/xextproto
x11-proto/xproto
@@ -135,7 +133,7 @@ src_configure() {
$(use_with gtk3) \
$(use_with libedit) \
--disable-kde-applet \
- $(use_enable kde kde4-applet) \
+ --disable-kde4-applet \
$(use_with m17n-lib m17nlib) \
$(use_enable ncurses fep) \
$(use_enable nls) \