From 3aeeb68203170baae02ae69a71b5a7dfd4857473 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 May 2017 19:51:46 +0200 Subject: kde-apps/konsolepart: Drop USE=minimal Package-Manager: Portage-2.3.5, Repoman-2.3.1 --- kde-apps/konsolepart/konsolepart-4.14.3.ebuild | 7 +++---- 1 file 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 -- cgit v1.2.3-65-gdbad