diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 21:29:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 21:29:21 +0000 |
commit | 1a49240d3d87ca065ef7259a092e7cd6c2bf935d (patch) | |
tree | 2f69bae74a05c0bdae378dd999832ea921446f28 /x11-drivers/xf86-video-xgi | |
parent | Manifest fix. (diff) | |
download | historical-1a49240d3d87ca065ef7259a092e7cd6c2bf935d.tar.gz historical-1a49240d3d87ca065ef7259a092e7cd6c2bf935d.tar.bz2 historical-1a49240d3d87ca065ef7259a092e7cd6c2bf935d.zip |
repoman issues
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-xgi')
-rw-r--r-- | x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild b/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild index bcaaa53ddb40..26415ce36b03 100644 --- a/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild +++ b/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild,v 1.5 2009/04/05 22:49:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-xgi/xf86-video-xgi-1.5.0.ebuild,v 1.6 2009/09/30 21:20:28 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,6 +10,8 @@ inherit x-modular DESCRIPTION="XGI video driver" KEYWORDS="ppc ppc64 x86" +IUSE="" + RDEPEND=">=x11-base/xorg-server-1.0.99" SRC_URI="${SRC_URI} mirror://gentoo/${P}-bigendian.patch" |