diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 11:32:38 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 11:32:38 +0000 |
commit | a3b69246e5a5068f7d78f52c778c7b16422bec78 (patch) | |
tree | a30c1dad86c081effa7ec57b547e7d6262282f46 /kde-base/kcontrol/kcontrol-4.2.4.ebuild | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-a3b69246e5a5068f7d78f52c778c7b16422bec78.tar.gz gentoo-2-a3b69246e5a5068f7d78f52c778c7b16422bec78.tar.bz2 gentoo-2-a3b69246e5a5068f7d78f52c778c7b16422bec78.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcontrol/kcontrol-4.2.4.ebuild')
-rw-r--r-- | kde-base/kcontrol/kcontrol-4.2.4.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/kcontrol/kcontrol-4.2.4.ebuild b/kde-base/kcontrol/kcontrol-4.2.4.ebuild new file mode 100644 index 000000000000..3abda9a74153 --- /dev/null +++ b/kde-base/kcontrol/kcontrol-4.2.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-4.2.4.ebuild,v 1.1 2009/06/04 11:32:38 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE Control Center" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" + +RDEPEND=" + !kdeprefix? ( !kde-base/ksmserver:4.1[-kdeprefix] ) + >=kde-base/kdnssd-${PV}:${SLOT}[kdeprefix=] + >=kde-base/khotkeys-${PV}:${SLOT}[kdeprefix=] +" |