diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 23:22:23 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-04 23:22:23 +0000 |
commit | d73dbd1c34d1a4596f18005919c6d88d18b8065c (patch) | |
tree | be3542ca0e6b5fa79f4c57a209805fbe5831c8e0 /x11-drivers/xf86-video-ati | |
parent | add back in ia64 (diff) | |
download | gentoo-2-d73dbd1c34d1a4596f18005919c6d88d18b8065c.tar.gz gentoo-2-d73dbd1c34d1a4596f18005919c6d88d18b8065c.tar.bz2 gentoo-2-d73dbd1c34d1a4596f18005919c6d88d18b8065c.zip |
Repoman fix.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index a9eecea04547..5a1df628f092 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.13 2005/12/04 23:03:57 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.14 2005/12/04 23:22:23 joshuabaergen Exp $ + + 04 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + xf86-video-ati-6.5.7.1.ebuild: + Repoman fix. *xf86-video-ati-6.5.7.1 (04 Dec 2005) diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.ebuild index 296ab05a75ef..a59976deb4ff 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.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-ati/xf86-video-ati-6.5.7.1.ebuild,v 1.1 2005/12/04 23:03:57 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.1.ebuild,v 1.2 2005/12/04 23:22:23 joshuabaergen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -13,8 +13,8 @@ IUSE="dri" RDEPEND="x11-base/xorg-server" DEPEND="${RDEPEND} x11-proto/xproto - dri? ( x11-proto/xf86driproto - >=x11-libs/libdrm-2)" + dri? ( x11-proto/xf86driproto + >=x11-libs/libdrm-2 )" CONFIGURE_OPTIONS="$(use_enable dri)" |