diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-07 00:12:59 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-07 00:12:59 +0000 |
commit | b0cf2ebbfc7626d65b374788654d4e26028bda3f (patch) | |
tree | 473933e2eaf30d14938b24846be4b834a0d385d4 /kde-base/kgamma/kgamma-4.0.1.ebuild | |
parent | rename check_apache_threads to has_apache_threads as suggested by dberkholz (diff) | |
download | gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.gz gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.bz2 gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.zip |
Version bump to KDE 4.0.1.
(Portage version: 2.1.4.1)
Diffstat (limited to 'kde-base/kgamma/kgamma-4.0.1.ebuild')
-rw-r--r-- | kde-base/kgamma/kgamma-4.0.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-base/kgamma/kgamma-4.0.1.ebuild b/kde-base/kgamma/kgamma-4.0.1.ebuild new file mode 100644 index 000000000000..d1ba01037cab --- /dev/null +++ b/kde-base/kgamma/kgamma-4.0.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kgamma/kgamma-4.0.1.ebuild,v 1.1 2008/02/07 00:10:51 philantrop Exp $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4-meta + +DESCRIPTION="KDE screen gamma values kcontrol module" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND=" + x11-apps/xgamma + x11-libs/libXxf86vm + x11-proto/xf86vidmodeproto" +RDEPEND="${DEPEND}" |