summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-01-11 08:31:59 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-01-11 08:31:59 +0000
commit9a48040f07a261d14456933ff29d0e9dcfcbae26 (patch)
tree6ab16c1801b2af9cd9d674da8cb8cd9add25ea1c /x11-apps
parent(#204654) Missed build-time dep on xf86dgaproto (Patrick Lauer). (diff)
downloadgentoo-2-9a48040f07a261d14456933ff29d0e9dcfcbae26.tar.gz
gentoo-2-9a48040f07a261d14456933ff29d0e9dcfcbae26.tar.bz2
gentoo-2-9a48040f07a261d14456933ff29d0e9dcfcbae26.zip
(#204659) Missed build-time dep on xf86dgaproto (Patrick Lauer).
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xvidtune/ChangeLog8
-rw-r--r--x11-apps/xvidtune/xvidtune-1.0.1.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-apps/xvidtune/ChangeLog b/x11-apps/xvidtune/ChangeLog
index 00382d6715b4..55142c5acfcd 100644
--- a/x11-apps/xvidtune/ChangeLog
+++ b/x11-apps/xvidtune/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xvidtune
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.14 2007/02/22 00:26:52 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/ChangeLog,v 1.15 2008/01/11 08:31:59 dberkholz Exp $
+
+ 11 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ xvidtune-1.0.1.ebuild:
+ (#204659) Missed build-time dep on xf86dgaproto (Patrick Lauer).
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/x11-apps/xvidtune/xvidtune-1.0.1.ebuild b/x11-apps/xvidtune/xvidtune-1.0.1.ebuild
index 472af9238dc7..963d0d634e4e 100644
--- a/x11-apps/xvidtune/xvidtune-1.0.1.ebuild
+++ b/x11-apps/xvidtune/xvidtune-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/xvidtune/xvidtune-1.0.1.ebuild,v 1.6 2006/10/10 23:55:19 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xvidtune/xvidtune-1.0.1.ebuild,v 1.7 2008/01/11 08:31:59 dberkholz Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -14,7 +14,8 @@ IUSE="xprint"
RDEPEND="x11-libs/libXxf86vm
x11-libs/libXaw"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ x11-proto/xf86vidmodeproto"
CONFIGURE_OPTIONS="$(use_enable xprint)"