diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-08-09 12:29:30 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-08-09 12:29:30 +0000 |
commit | 80819e062a883cec74fc2cdc300771c770404a0a (patch) | |
tree | 327f235d2da97d3bfe959c27320a2663f4d9e28e /x11-drivers/xf86-video-dummy | |
parent | added ~ppc64 (diff) | |
download | gentoo-2-80819e062a883cec74fc2cdc300771c770404a0a.tar.gz gentoo-2-80819e062a883cec74fc2cdc300771c770404a0a.tar.bz2 gentoo-2-80819e062a883cec74fc2cdc300771c770404a0a.zip |
Add ~sparc keyword (X modular testing and xorg-x11 release status check).
(Portage version: 2.0.51.22-r2)
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.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-dummy/ChangeLog b/x11-drivers/xf86-video-dummy/ChangeLog index 31bbabbf0891..821603f25005 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.1 2005/08/08 07:08:30 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.2 2005/08/09 12:29:30 fmccor Exp $ + + 09 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + xf86-video-dummy-0.1.0.ebuild: + Add ~sparc keyword (X modular testing and xorg-x11 release status check). *xf86-video-dummy-0.1.0 (08 Aug 2005) diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.1.0.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.1.0.ebuild index fc83b99c92ae..f5e1eca9d0d3 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.1.0.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.1.0.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-dummy/xf86-video-dummy-0.1.0.ebuild,v 1.1 2005/08/08 07:08:30 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.1.0.ebuild,v 1.2 2005/08/09 12:29:30 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org driver for dummy cards" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" RDEPEND="x11-base/xorg-server" DEPEND="${RDEPEND} x11-proto/xproto" |