summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-01-11 08:33:31 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-01-11 08:33:31 +0000
commit158ecf3f2af7e0c4e38536d8e859189b551ecc1c (patch)
treeaf6f9154b80f7f1c50c303e559a794d65c17d918 /x11-apps/xgamma
parent(#204659) Missed build-time dep on xf86dgaproto (Patrick Lauer). (diff)
downloadgentoo-2-158ecf3f2af7e0c4e38536d8e859189b551ecc1c.tar.gz
gentoo-2-158ecf3f2af7e0c4e38536d8e859189b551ecc1c.tar.bz2
gentoo-2-158ecf3f2af7e0c4e38536d8e859189b551ecc1c.zip
(#204661) Missed build-time dep on xf86dgaproto (Patrick Lauer).
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'x11-apps/xgamma')
-rw-r--r--x11-apps/xgamma/ChangeLog8
-rw-r--r--x11-apps/xgamma/xgamma-1.0.1.ebuild7
-rw-r--r--x11-apps/xgamma/xgamma-1.0.2.ebuild7
3 files changed, 14 insertions, 8 deletions
diff --git a/x11-apps/xgamma/ChangeLog b/x11-apps/xgamma/ChangeLog
index fa97533a4268..ee3e06d5c81b 100644
--- a/x11-apps/xgamma/ChangeLog
+++ b/x11-apps/xgamma/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xgamma
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.17 2007/12/20 00:13:16 cla Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.18 2008/01/11 08:33:31 dberkholz Exp $
+
+ 11 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; xgamma-1.0.1.ebuild,
+ xgamma-1.0.2.ebuild:
+ (#204661) Missed build-time dep on xf86dgaproto (Patrick Lauer).
19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xgamma-1.0.2.ebuild:
Stable on x86 (bug #202087)
diff --git a/x11-apps/xgamma/xgamma-1.0.1.ebuild b/x11-apps/xgamma/xgamma-1.0.1.ebuild
index 3068cc7c392c..4a650778c304 100644
--- a/x11-apps/xgamma/xgamma-1.0.1.ebuild
+++ b/x11-apps/xgamma/xgamma-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.1.ebuild,v 1.6 2006/10/10 23:55:17 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.1.ebuild,v 1.7 2008/01/11 08:33:31 dberkholz Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -12,4 +12,5 @@ DESCRIPTION="Alter a monitor's gamma correction through the X server"
KEYWORDS="alpha amd64 arm mips ppc ppc64 s390 sh sparc x86"
RDEPEND="x11-libs/libXxf86vm"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto"
diff --git a/x11-apps/xgamma/xgamma-1.0.2.ebuild b/x11-apps/xgamma/xgamma-1.0.2.ebuild
index a4a4c39a5045..25562cbe99e8 100644
--- a/x11-apps/xgamma/xgamma-1.0.2.ebuild
+++ b/x11-apps/xgamma/xgamma-1.0.2.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-apps/xgamma/xgamma-1.0.2.ebuild,v 1.2 2007/12/20 00:13:16 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.2.ebuild,v 1.3 2008/01/11 08:33:31 dberkholz Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -12,4 +12,5 @@ DESCRIPTION="Alter a monitor's gamma correction through the X server"
KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
RDEPEND="x11-libs/libXxf86vm"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto"