summaryrefslogtreecommitdiff
path: root/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-04-19 20:22:40 -0400
committerJonathan Callen <abcd@gentoo.org>2011-04-19 20:22:40 -0400
commitfcdf4e841363889c52c88d511e2425e57a27b1c9 (patch)
treec4ad564d43ff1d5b0123a8fd519653ec0fc5aa9a /kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild
parent7d1338ae1fac142137fa1e03d82678d716a92527 (diff)
downloadkde-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/dolphin-plugins/dolphin-plugins-9999.ebuild')
-rw-r--r--kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild
index c367c44f306..65f0e2ff128 100644
--- a/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild
+++ b/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
KMNAME="kdesdk"
inherit kde4-meta
@@ -38,5 +38,5 @@ src_prepare() {
}
src_install() {
- ( ! use git && ! use subversion ) || kde4-meta_src_install
+ { use git || use subversion; } && kde4-meta_src_install
}