summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2005-08-08 19:46:13 +0000
committerFerris McCormick <fmccor@gentoo.org>2005-08-08 19:46:13 +0000
commitc6b5e5b77ae80fd948b07178ae2fe61d59fc0295 (patch)
treefc269bf6bb168f33ab5fd04e69b5839190873b95
parentInitial import. thx to Bash in bug #101768 (diff)
downloadgentoo-2-c6b5e5b77ae80fd948b07178ae2fe61d59fc0295.tar.gz
gentoo-2-c6b5e5b77ae80fd948b07178ae2fe61d59fc0295.tar.bz2
gentoo-2-c6b5e5b77ae80fd948b07178ae2fe61d59fc0295.zip
Add ~sparc keyword to a reasonable set of drivers for testing Modular X on sparc.
(Portage version: 2.0.51.22-r2)
-rw-r--r--x11-drivers/xf86-input-evdev/ChangeLog6
-rw-r--r--x11-drivers/xf86-input-evdev/xf86-input-evdev-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-input-keyboard/ChangeLog6
-rw-r--r--x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-input-mouse/ChangeLog6
-rw-r--r--x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-ati/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6.ebuild4
-rw-r--r--x11-drivers/xf86-video-fbdev/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-sunbw2/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-sunbw2/xf86-video-sunbw2-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-suncg14/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-suncg14/xf86-video-suncg14-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-suncg3/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-suncg6/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-sunffb/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-sunleo/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.0.0.ebuild4
-rw-r--r--x11-drivers/xf86-video-suntcx/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.0.0.ebuild4
24 files changed, 84 insertions, 36 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog
index 2ae7f1302ee7..929b2632a4bd 100644
--- a/x11-drivers/xf86-input-evdev/ChangeLog
+++ b/x11-drivers/xf86-input-evdev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-evdev
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.1 2005/08/08 07:08:29 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-input-evdev-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-input-evdev-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.0.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.0.0.ebuild
index 5b55a7ac7408..3fbf305b08ea 100644
--- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.0.0.ebuild
+++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-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-input-evdev/xf86-input-evdev-1.0.0.ebuild,v 1.1 2005/08/08 07:08:29 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-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 evdev input devices"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"
diff --git a/x11-drivers/xf86-input-keyboard/ChangeLog b/x11-drivers/xf86-input-keyboard/ChangeLog
index 99e4f33c3529..13af75892238 100644
--- a/x11-drivers/xf86-input-keyboard/ChangeLog
+++ b/x11-drivers/xf86-input-keyboard/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-keyboard
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.1 2005/08/08 07:08:29 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-input-keyboard-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-input-keyboard-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.0.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.0.ebuild
index 382da185a8a2..494a20afe712 100644
--- a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.0.0.ebuild
+++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-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-input-keyboard/xf86-input-keyboard-1.0.0.ebuild,v 1.1 2005/08/08 07:08:29 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-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 keyboard input devices"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog
index a143fe884334..8e84a6e69feb 100644
--- a/x11-drivers/xf86-input-mouse/ChangeLog
+++ b/x11-drivers/xf86-input-mouse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-input-mouse
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.1 2005/08/08 07:08:30 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-input-mouse-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-input-mouse-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild
index fabe4d42f24c..5b45978d8c0e 100644
--- a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.0.0.ebuild
+++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-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-input-mouse/xf86-input-mouse-1.0.0.ebuild,v 1.1 2005/08/08 07:08:30 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-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 mouse input devices"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog
index 8ad8e500f77c..3068a88b2786 100644
--- a/x11-drivers/xf86-video-ati/ChangeLog
+++ b/x11-drivers/xf86-video-ati/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-ati
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.1 2005/08/08 07:08:30 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-video-ati-6.5.6.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-video-ati-6.5.6 (08 Aug 2005)
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6.ebuild
index 63da75d913b5..4e424563a4fb 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6.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-ati/xf86-video-ati-6.5.6.ebuild,v 1.1 2005/08/08 07:08:30 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.6.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 ati cards"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
IUSE="dri"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
diff --git a/x11-drivers/xf86-video-fbdev/ChangeLog b/x11-drivers/xf86-video-fbdev/ChangeLog
index e04f41f3985a..eaa783445bc9 100644
--- a/x11-drivers/xf86-video-fbdev/ChangeLog
+++ b/x11-drivers/xf86-video-fbdev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-fbdev
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-video-fbdev-0.1.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-video-fbdev-0.1.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.ebuild
index 8a894898d093..6df4b154fb05 100644
--- a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.0.ebuild
+++ b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-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-fbdev/xf86-video-fbdev-0.1.0.ebuild,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.1.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 fbdev cards"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"
diff --git a/x11-drivers/xf86-video-sunbw2/ChangeLog b/x11-drivers/xf86-video-sunbw2/ChangeLog
index 9273ead6ff24..3d93786376b6 100644
--- a/x11-drivers/xf86-video-sunbw2/ChangeLog
+++ b/x11-drivers/xf86-video-sunbw2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-sunbw2
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunbw2/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunbw2/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-video-sunbw2-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-video-sunbw2-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-video-sunbw2/xf86-video-sunbw2-1.0.0.ebuild b/x11-drivers/xf86-video-sunbw2/xf86-video-sunbw2-1.0.0.ebuild
index bd5c1135beec..ea4f4883757f 100644
--- a/x11-drivers/xf86-video-sunbw2/xf86-video-sunbw2-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-sunbw2/xf86-video-sunbw2-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-sunbw2/xf86-video-sunbw2-1.0.0.ebuild,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunbw2/xf86-video-sunbw2-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 sunbw2 cards"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"
diff --git a/x11-drivers/xf86-video-suncg14/ChangeLog b/x11-drivers/xf86-video-suncg14/ChangeLog
index 8061df212a78..6ed6e09f7767 100644
--- a/x11-drivers/xf86-video-suncg14/ChangeLog
+++ b/x11-drivers/xf86-video-suncg14/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-suncg14
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg14/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg14/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-video-suncg14-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-video-suncg14-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-1.0.0.ebuild b/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-1.0.0.ebuild
index 4247fa2a4cad..2e27281e030f 100644
--- a/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-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-suncg14/xf86-video-suncg14-1.0.0.ebuild,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg14/xf86-video-suncg14-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 suncg14 cards"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"
diff --git a/x11-drivers/xf86-video-suncg3/ChangeLog b/x11-drivers/xf86-video-suncg3/ChangeLog
index 023b64f2086d..4fbf4cac60b1 100644
--- a/x11-drivers/xf86-video-suncg3/ChangeLog
+++ b/x11-drivers/xf86-video-suncg3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-suncg3
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/ChangeLog,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-video-suncg3-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-video-suncg3-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.0.0.ebuild b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.0.0.ebuild
index 4a0ff3ae2e11..f20f243db3b3 100644
--- a/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-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-suncg3/xf86-video-suncg3-1.0.0.ebuild,v 1.1 2005/08/08 07:08:31 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg3/xf86-video-suncg3-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 Sun CG3 cards"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"
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"
diff --git a/x11-drivers/xf86-video-sunffb/ChangeLog b/x11-drivers/xf86-video-sunffb/ChangeLog
index 22550e7e4062..ab6794a3e701 100644
--- a/x11-drivers/xf86-video-sunffb/ChangeLog
+++ b/x11-drivers/xf86-video-sunffb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-sunffb
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/ChangeLog,v 1.1 2005/08/08 07:08:32 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-video-sunffb-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-video-sunffb-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.0.0.ebuild b/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.0.0.ebuild
index 30624f0308b2..17276517ba00 100644
--- a/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-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-sunffb/xf86-video-sunffb-1.0.0.ebuild,v 1.1 2005/08/08 07:08:32 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-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 sunffb cards"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
IUSE="dri"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
diff --git a/x11-drivers/xf86-video-sunleo/ChangeLog b/x11-drivers/xf86-video-sunleo/ChangeLog
index 94cca07c53c6..851197b72606 100644
--- a/x11-drivers/xf86-video-sunleo/ChangeLog
+++ b/x11-drivers/xf86-video-sunleo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-sunleo
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunleo/ChangeLog,v 1.1 2005/08/08 07:08:32 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunleo/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-video-sunleo-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-video-sunleo-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.0.0.ebuild b/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.0.0.ebuild
index 78989938e2ea..4b2db57a118a 100644
--- a/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-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-sunleo/xf86-video-sunleo-1.0.0.ebuild,v 1.1 2005/08/08 07:08:32 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-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 sunleo cards"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"
diff --git a/x11-drivers/xf86-video-suntcx/ChangeLog b/x11-drivers/xf86-video-suntcx/ChangeLog
index 9c34bd2ab479..3e570aac1772 100644
--- a/x11-drivers/xf86-video-suntcx/ChangeLog
+++ b/x11-drivers/xf86-video-suntcx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-suntcx
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/ChangeLog,v 1.1 2005/08/08 07:08:32 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/ChangeLog,v 1.2 2005/08/08 19:46:13 fmccor Exp $
+
+ 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org>
+ xf86-video-suntcx-1.0.0.ebuild:
+ Add ~sparc keyword (X modular testing).
*xf86-video-suntcx-1.0.0 (08 Aug 2005)
diff --git a/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.0.0.ebuild b/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.0.0.ebuild
index 42eb4eed108b..8f2304768347 100644
--- a/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.0.0.ebuild
+++ b/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-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-suntcx/xf86-video-suntcx-1.0.0.ebuild,v 1.1 2005/08/08 07:08:32 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-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 suntcx cards"
-KEYWORDS="~x86"
+KEYWORDS="~sparc ~x86"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/xproto"