diff options
Diffstat (limited to 'kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild')
-rw-r--r-- | kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild b/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild index bf8087001f10..493dcbf841ef 100644 --- a/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild +++ b/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild,v 1.3 2010/05/24 11:06:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kshutdown/kshutdown-2.0_beta9.ebuild,v 1.4 2010/08/09 16:26:52 reavertm Exp $ EAPI=2 + KDE_LINGUAS="ar bg cs de el es fr hu it nb nl pl pt_BR ru sk sr@Latn sr sv tr zh_CN" inherit kde4-base @@ -17,9 +18,11 @@ SLOT="4" KEYWORDS="amd64 ~ppc x86" IUSE="debug" -RDEPEND=">=kde-base/libkworkspace-${KDE_MINIMAL} - !${CATEGORY}/${PN}:0" +RDEPEND=" + >=kde-base/libkworkspace-${KDE_MINIMAL} +" DEPEND="${RDEPEND} - app-arch/unzip" + app-arch/unzip +" S=${WORKDIR}/${P/_} |