diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 21:25:19 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 21:25:19 +0000 |
commit | 6594ab100054d68cec0a31cc349430cc1d635668 (patch) | |
tree | 0e41a1ea09627ff524cf5a0e2e538c6675a5eb66 /kde-base/kgamma/kgamma-4.2.1.ebuild | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-6594ab100054d68cec0a31cc349430cc1d635668.tar.gz gentoo-2-6594ab100054d68cec0a31cc349430cc1d635668.tar.bz2 gentoo-2-6594ab100054d68cec0a31cc349430cc1d635668.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kgamma/kgamma-4.2.1.ebuild')
-rw-r--r-- | kde-base/kgamma/kgamma-4.2.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/kgamma/kgamma-4.2.1.ebuild b/kde-base/kgamma/kgamma-4.2.1.ebuild new file mode 100644 index 000000000000..91f53fa3dfad --- /dev/null +++ b/kde-base/kgamma/kgamma-4.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.2.1.ebuild,v 1.1 2009/03/04 21:25:19 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="KDE screen gamma values kcontrol module" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +RDEPEND=" + x11-libs/libXxf86vm +" +DEPEND="${RDEPEND} + x11-proto/xf86vidmodeproto +" |