diff options
| author | Jonathan Callen <abcd@gentoo.org> | 2011-04-19 20:22:40 -0400 |
|---|---|---|
| committer | Jonathan Callen <abcd@gentoo.org> | 2011-04-19 20:22:40 -0400 |
| commit | fcdf4e841363889c52c88d511e2425e57a27b1c9 (patch) | |
| tree | c4ad564d43ff1d5b0123a8fd519653ec0fc5aa9a /kde-base/kdebindings-csharp/kdebindings-csharp-9999.ebuild | |
| parent | 7d1338ae1fac142137fa1e03d82678d716a92527 (diff) | |
| download | kde-fcdf4e841363889c52c88d511e2425e57a27b1c9.tar.gz kde-fcdf4e841363889c52c88d511e2425e57a27b1c9.tar.bz2 kde-fcdf4e841363889c52c88d511e2425e57a27b1c9.zip | |
[kde-base] Bump most ebuilds to EAPI=4, various cleanups
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 229E5838)
Diffstat (limited to 'kde-base/kdebindings-csharp/kdebindings-csharp-9999.ebuild')
| -rw-r--r-- | kde-base/kdebindings-csharp/kdebindings-csharp-9999.ebuild | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/kde-base/kdebindings-csharp/kdebindings-csharp-9999.ebuild b/kde-base/kdebindings-csharp/kdebindings-csharp-9999.ebuild index 3b6f606a6c4..212a49d117a 100644 --- a/kde-base/kdebindings-csharp/kdebindings-csharp-9999.ebuild +++ b/kde-base/kdebindings-csharp/kdebindings-csharp-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=4 KMNAME="kdebindings" KMMODULE="csharp" @@ -19,23 +19,12 @@ DEPEND=" semantic-desktop? ( >=dev-libs/soprano-2.4.64[clucene] ) " RDEPEND="${DEPEND}" +REQUIRED_USE="plasma? ( webkit )" KMEXTRACTONLY=" smoke/ " -pkg_setup() { - kde4-meta_pkg_setup - - if use plasma && ! use webkit; then - eerror - eerror "The plasma USE flag requires the webkit USE flag to be enabled." - eerror - eerror "Please enable webkit or disable plasma." - die "plasma requires webkit" - fi -} - src_prepare() { kde4-meta_src_prepare |
