diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-22 14:20:28 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-22 14:20:28 +0000 |
commit | eb4ca14b4df0212eb768dc98427f027a3e328f2b (patch) | |
tree | 0253152c5b0bcffe854c53bd387d08274d8d60f7 /x11-drivers/xf86-video-dummy | |
parent | x11-drivers/xf86-video-dummy: drop old ebuilds (diff) | |
download | gentoo-2-eb4ca14b4df0212eb768dc98427f027a3e328f2b.tar.gz gentoo-2-eb4ca14b4df0212eb768dc98427f027a3e328f2b.tar.bz2 gentoo-2-eb4ca14b4df0212eb768dc98427f027a3e328f2b.zip |
x11-drivers/xf86-video-dummy: add missing IUSE
(Portage version: 2.2_rc41/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-dummy')
-rw-r--r-- | x11-drivers/xf86-video-dummy/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-dummy/ChangeLog b/x11-drivers/xf86-video-dummy/ChangeLog index 279353e3d527..eceee85a3617 100644 --- a/x11-drivers/xf86-video-dummy/ChangeLog +++ b/x11-drivers/xf86-video-dummy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-dummy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.44 2009/09/22 14:18:21 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.45 2009/09/22 14:20:28 remi Exp $ + + 22 Sep 2009; Rémi Cardona <remi@gentoo.org> + xf86-video-dummy-0.3.2.ebuild: + add missing IUSE 22 Sep 2009; Rémi Cardona <remi@gentoo.org> -xf86-video-dummy-0.2.0.ebuild, -xf86-video-dummy-0.3.0.ebuild: diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.ebuild index 02cc466a0351..bf74636411c7 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.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-dummy/xf86-video-dummy-0.3.2.ebuild,v 1.1 2009/08/04 08:56:19 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.2.ebuild,v 1.2 2009/09/22 14:20:28 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,10 @@ inherit x-modular DESCRIPTION="X.Org driver for dummy cards" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto |