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-impact | |
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-impact')
-rw-r--r-- | x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild b/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild index ffff573976dc..e564acd85983 100644 --- a/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild +++ b/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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-impact/xf86-video-impact-0.2.0.ebuild,v 1.4 2006/10/11 00:27:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-impact/xf86-video-impact-0.2.0.ebuild,v 1.5 2009/09/30 21:29:21 ssuominen Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -10,6 +10,8 @@ inherit x-modular DESCRIPTION="Impact video driver" KEYWORDS="-* mips" +IUSE="" + RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto @@ -18,4 +20,4 @@ DEPEND="${RDEPEND} x11-proto/videoproto x11-proto/xproto" -PATCHES="${FILESDIR}/${P}-DCACHE.patch" +PATCHES=( "${FILESDIR}/${P}-DCACHE.patch" ) |