aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-03-30 03:13:58 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-03-30 03:13:58 +1100
commitf4a41b6fd30db22f8885d15a34433ea4d6495101 (patch)
tree9968ac6264d772c6d30e2b03cba2a0622784e28f /kde-base/kgamma/kgamma-4.12.4.ebuild
parent[profiles/package.mask] Mask KDE SC 4.12.4 (diff)
downloadkde-f4a41b6fd30db22f8885d15a34433ea4d6495101.tar.gz
kde-f4a41b6fd30db22f8885d15a34433ea4d6495101.tar.bz2
kde-f4a41b6fd30db22f8885d15a34433ea4d6495101.zip
[kde-base] Add KDE SC 4.12.4
Diffstat (limited to 'kde-base/kgamma/kgamma-4.12.4.ebuild')
-rw-r--r--kde-base/kgamma/kgamma-4.12.4.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/kgamma/kgamma-4.12.4.ebuild b/kde-base/kgamma/kgamma-4.12.4.ebuild
new file mode 100644
index 0000000000..2728e0faa0
--- /dev/null
+++ b/kde-base/kgamma/kgamma-4.12.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="KDE screen gamma values kcontrol module"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND="
+ x11-libs/libXxf86vm
+"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto
+"