diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-06 19:51:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-06 21:59:56 +0200 |
commit | 3aeeb68203170baae02ae69a71b5a7dfd4857473 (patch) | |
tree | d4fc77cd9f5bc87bec11e25acb37c21da6e39524 /kde-apps | |
parent | app-misc/hachoir-metadata: Drop USE=kde (diff) | |
download | gentoo-3aeeb68203170baae02ae69a71b5a7dfd4857473.tar.gz gentoo-3aeeb68203170baae02ae69a71b5a7dfd4857473.tar.bz2 gentoo-3aeeb68203170baae02ae69a71b5a7dfd4857473.zip |
kde-apps/konsolepart: Drop USE=minimal
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild b/kde-apps/konsolepart/konsolepart-4.14.3.ebuild index 8f21bfa305a1..b0f863278010 100644 --- a/kde-apps/konsolepart/konsolepart-4.14.3.ebuild +++ b/kde-apps/konsolepart/konsolepart-4.14.3.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 @@ -12,7 +12,7 @@ inherit kde4-base DESCRIPTION="X terminal kpart for use by konsole and other KDE applications" HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org" KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="debug minimal" +IUSE="debug" COMMONDEPEND=" !aqua? ( @@ -21,7 +21,6 @@ COMMONDEPEND=" >=x11-libs/libxklavier-3.2 x11-libs/libXrender x11-libs/libXtst - !minimal? ( $(add_kdeapps_dep libkonq) ) ) " DEPEND="${COMMONDEPEND} @@ -48,7 +47,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - $(cmake-utils_use_with "!minimal" LibKonq) + -DWITH_LibKonq=OFF ) kde4-base_src_configure |