diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-11-05 03:47:53 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-11-05 03:47:53 +0000 |
commit | 6d1ad590ca76fa07f1504d3b9f93a4cd5d0579f4 (patch) | |
tree | 432415b0d942118b9b0342f77ab968022bc70d8c /x11-drivers | |
parent | Kill off a few extraneous packages. (diff) | |
download | historical-6d1ad590ca76fa07f1504d3b9f93a4cd5d0579f4.tar.gz historical-6d1ad590ca76fa07f1504d3b9f93a4cd5d0579f4.tar.bz2 historical-6d1ad590ca76fa07f1504d3b9f93a4cd5d0579f4.zip |
Add >=x11-libs/libdrm-1.0.5 to DEPEND. Reported 20051104 by Michał Pytasz on the xorg list.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-via/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/Manifest | 4 | ||||
-rw-r--r-- | x11-drivers/xf86-video-via/xf86-video-via-0.1.31.1-r1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-via/ChangeLog b/x11-drivers/xf86-video-via/ChangeLog index d95571ae4962..f4577b15d038 100644 --- a/x11-drivers/xf86-video-via/ChangeLog +++ b/x11-drivers/xf86-video-via/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-via # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.5 2005/10/27 23:13:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.6 2005/11/05 03:47:53 spyderous Exp $ + + 05 Nov 2005; Donnie Berkholz <spyderous@gentoo.org>; + xf86-video-via-0.1.31.1-r1.ebuild: + Add >=x11-libs/libdrm-1.0.5 to DEPEND. Reported 20051104 by Michał Pytasz + on the xorg list. *xf86-video-via-0.1.31.1-r1 (27 Oct 2005) diff --git a/x11-drivers/xf86-video-via/Manifest b/x11-drivers/xf86-video-via/Manifest index d08d2feabcf4..966a5342947a 100644 --- a/x11-drivers/xf86-video-via/Manifest +++ b/x11-drivers/xf86-video-via/Manifest @@ -1,10 +1,10 @@ -MD5 62a32fbc2364857fd501b89c7e1c870f ChangeLog 1068 +MD5 8a98c9d4c9c73d0042c591b93267a8c2 ChangeLog 1254 MD5 a9b5405956ad3bcd0b82c54087a2caee files/VIAVidAdjustFrame_fix.patch 483 MD5 99dbc6d3bd0e4c3d071d8af726d5642f files/digest-xf86-video-via-0.1.31 74 MD5 e1d571d072db1e9cf3b3f20bcf6f951a files/digest-xf86-video-via-0.1.31.1 76 MD5 e1d571d072db1e9cf3b3f20bcf6f951a files/digest-xf86-video-via-0.1.31.1-r1 76 MD5 d41d8cd98f00b204e9800998ecf8427e files/xf86xvpriv.patch 0 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 -MD5 5d8e75203b1f2825e8e8f753f07255a5 xf86-video-via-0.1.31.1-r1.ebuild 744 +MD5 0569c6278371015d9d7f004f8d2fe8fd xf86-video-via-0.1.31.1-r1.ebuild 766 MD5 0648fbca4061cd274b0b2bea0f033509 xf86-video-via-0.1.31.1.ebuild 730 MD5 c167046ef413a2691e60878388aec90e xf86-video-via-0.1.31.ebuild 705 diff --git a/x11-drivers/xf86-video-via/xf86-video-via-0.1.31.1-r1.ebuild b/x11-drivers/xf86-video-via/xf86-video-via-0.1.31.1-r1.ebuild index caedd0d7bdd1..a53541189499 100644 --- a/x11-drivers/xf86-video-via/xf86-video-via-0.1.31.1-r1.ebuild +++ b/x11-drivers/xf86-video-via/xf86-video-via-0.1.31.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.1.31.1-r1.ebuild,v 1.1 2005/10/27 23:13:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.1.31.1-r1.ebuild,v 1.2 2005/11/05 03:47:53 spyderous Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -14,7 +14,8 @@ RDEPEND="x11-base/xorg-server x11-libs/libXvMC" DEPEND="${RDEPEND} x11-proto/xproto - dri? ( x11-proto/xf86driproto )" + dri? ( x11-proto/xf86driproto + >=x11-libs/libdrm-1.0.5 )" PATCHES="${FILESDIR}/VIAVidAdjustFrame_fix.patch" CONFIGURE_OPTIONS="$(use_enable dri)" |