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 | ded516adbb57e31cfc402c9f9b1da8b198bbd3cb (patch) | |
tree | b085d505e1874fed2fa71c5ea790d23e097da589 /x11-drivers/xf86-video-impact | |
parent | repoman issues (diff) | |
download | gentoo-2-ded516adbb57e31cfc402c9f9b1da8b198bbd3cb.tar.gz gentoo-2-ded516adbb57e31cfc402c9f9b1da8b198bbd3cb.tar.bz2 gentoo-2-ded516adbb57e31cfc402c9f9b1da8b198bbd3cb.zip |
repoman issues
(Portage version: 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" ) |