diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-08-09 23:13:10 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-08-19 00:52:42 +1000 |
commit | 0a9e940c060f89b65c4721a1632784ca3d635e39 (patch) | |
tree | d3ae56250d74d617d8c375071135c2c4033e9bf3 /kde-apps | |
parent | kde-base/kdelibs: Drop old (diff) | |
download | gentoo-0a9e940c060f89b65c4721a1632784ca3d635e39.tar.gz gentoo-0a9e940c060f89b65c4721a1632784ca3d635e39.tar.bz2 gentoo-0a9e940c060f89b65c4721a1632784ca3d635e39.zip |
kde-apps/kdebase-runtime-meta: Add USE=webkit for plasma-runtime RDEPEND
kde-apps/plasma-runtime has WEBKIT_REQUIRED=always so make it optional.
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild index 1b4e33766b79..ce3f070fc601 100644 --- a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild +++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-16.04.3.ebuild @@ -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) ) " |