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
commit7a9b4686d28787807dddccda2d1a409e25d61b6f (patch)
tree936f25c3fc250b58b7cefc16aa3652b654ebab81 /x11-apps/xvidtune
parent(#204654) Missed build-time dep on xf86dgaproto (Patrick Lauer). (diff)
downloadhistorical-7a9b4686d28787807dddccda2d1a409e25d61b6f.tar.gz
historical-7a9b4686d28787807dddccda2d1a409e25d61b6f.tar.bz2
historical-7a9b4686d28787807dddccda2d1a409e25d61b6f.zip
(#204659) Missed build-time dep on xf86dgaproto (Patrick Lauer).
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'x11-apps/xvidtune')
-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)"