diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-08-08 19:46:13 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-08-08 19:46:13 +0000 |
commit | 2147f1276706a2452a5371418a6f349aacf033fc (patch) | |
tree | c4b0dd5ec27607b74caac0997949518a270219d4 /x11-drivers/xf86-video-suncg6 | |
parent | Initial import. thx to Bash in bug #101768 (diff) | |
download | historical-2147f1276706a2452a5371418a6f349aacf033fc.tar.gz historical-2147f1276706a2452a5371418a6f349aacf033fc.tar.bz2 historical-2147f1276706a2452a5371418a6f349aacf033fc.zip |
Add ~sparc keyword to a reasonable set of drivers for testing Modular X on sparc.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-drivers/xf86-video-suncg6')
-rw-r--r-- | x11-drivers/xf86-video-suncg6/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-suncg6/ChangeLog b/x11-drivers/xf86-video-suncg6/ChangeLog index 28f3381926e6..dac3b40129ff 100644 --- a/x11-drivers/xf86-video-suncg6/ChangeLog +++ b/x11-drivers/xf86-video-suncg6/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-suncg6 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $ + + 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + xf86-video-suncg6-1.0.0.ebuild: + Add ~sparc keyword (X modular testing). *xf86-video-suncg6-1.0.0 (08 Aug 2005) diff --git a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.0.0.ebuild b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.0.0.ebuild index 28e7f3099b16..e236fc2275f4 100644 --- a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.0.0.ebuild +++ b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.0.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-suncg6/xf86-video-suncg6-1.0.0.ebuild,v 1.1 2005/08/08 07:08:31 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.0.0.ebuild,v 1.2 2005/08/08 19:46:13 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org driver for suncg6 cards" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" RDEPEND="x11-base/xorg-server" DEPEND="${RDEPEND} x11-proto/xproto" |