summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gkrellm-gamma')
-rw-r--r--x11-plugins/gkrellm-gamma/ChangeLog7
-rw-r--r--x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r1.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/x11-plugins/gkrellm-gamma/ChangeLog b/x11-plugins/gkrellm-gamma/ChangeLog
index feab34f32e68..3e91f013c90e 100644
--- a/x11-plugins/gkrellm-gamma/ChangeLog
+++ b/x11-plugins/gkrellm-gamma/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellm-gamma
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/ChangeLog,v 1.16 2007/06/12 21:03:22 lack Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/ChangeLog,v 1.17 2008/07/28 13:46:41 lack Exp $
+
+ 28 Jul 2008; Jim Ramsay <lack@gentoo.org> gkrellm-gamma-2.03-r1.ebuild:
+ Added dependency on x11-libs/libXxf86vm (Bug #233029)
12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellm-gamma-2.03.ebuild:
Old version cleanup
diff --git a/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r1.ebuild b/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r1.ebuild
index d147560b1354..e008a99c3728 100644
--- a/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r1.ebuild
+++ b/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r1.ebuild,v 1.6 2007/07/11 20:39:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r1.ebuild,v 1.7 2008/07/28 13:46:41 lack Exp $
inherit gkrellm-plugin
@@ -13,7 +13,10 @@ LICENSE="GPL-2"
SLOT="2"
KEYWORDS="ppc sparc x86"
-DEPEND="x11-libs/libXxf86vm"
+DEPEND="x11-libs/libXxf86vm
+ x11-proto/xf86vidmodeproto"
+
+RDEPEND="x11-libs/libXxf86vm"
PLUGIN_SO=gamma.so
PLUGIN_DOCS="doc/ChangeLog"