kde-apps/kdebase-runtime-meta: Add USE=webkit for plasma-runtime RDEPEND
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Tue, 9 Aug 2016 21:13:10 +0000 (23:13 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 18 Aug 2016 14:52:42 +0000 (00:52 +1000)
kde-apps/plasma-runtime has WEBKIT_REQUIRED=always so make it optional.

Package-Manager: portage-2.2.28

kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild

index 1b4e33766b794cce7bdfbb3812d95be238e4ba56..ce3f070fc601c1269fe7753427ccb377d98baa75 100644 (file)
@@ -8,7 +8,7 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="+oldwallet pam"
+IUSE="+oldwallet pam +webkit"
 
 RDEPEND="
        $(add_kdeapps_dep kcmshell '' 16.04.3)
@@ -35,11 +35,11 @@ RDEPEND="
        $(add_kdeapps_dep ktraderclient '' 16.04.3)
        $(add_kdeapps_dep kurifilter-plugins '' 16.04.3)
        $(add_kdeapps_dep phonon-kde '' 16.04.3)
-       $(add_kdeapps_dep plasma-runtime '' 16.04.3)
        $(add_kdeapps_dep renamedlg-plugins '' 16.04.3)
        $(add_kdeapps_dep solid-runtime '-bluetooth' 16.04.3)
        oldwallet? (
                $(add_kdeapps_dep kwalletd '' 16.04.3)
                pam? ( || ( $(add_plasma_dep kwallet-pam 'oldwallet') kde-apps/kwalletd-pam:4 ) )
        )
+       webkit? ( $(add_kdeapps_dep plasma-runtime '' 16.04.3) )
 "