diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-08-09 13:55:59 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-08-09 13:55:59 +0000 |
commit | 86d0fbd66d8c2a14db41d5d8831c9d456cada779 (patch) | |
tree | e4cb1073fd3529886ccbe25ffb16a45ad792be45 /x11-drivers/xf86-video-vesa | |
parent | Removing unnecessary ARTS detection, see bug #100249 (diff) | |
download | historical-86d0fbd66d8c2a14db41d5d8831c9d456cada779.tar.gz historical-86d0fbd66d8c2a14db41d5d8831c9d456cada779.tar.bz2 historical-86d0fbd66d8c2a14db41d5d8831c9d456cada779.zip |
Add ~sparc keyword (prepare for X modular testing).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-drivers/xf86-video-vesa')
-rw-r--r-- | x11-drivers/xf86-video-vesa/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-vesa/xf86-video-vesa-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index a0d719329295..876af34f1b0d 100644 --- a/x11-drivers/xf86-video-vesa/ChangeLog +++ b/x11-drivers/xf86-video-vesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-vesa # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.1 2005/08/08 07:08:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.2 2005/08/09 13:52:02 fmccor Exp $ + + 09 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + xf86-video-vesa-1.0.0.ebuild: + Add ~sparc keyword (X modular testing). *xf86-video-vesa-1.0.0 (08 Aug 2005) diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.0.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.0.0.ebuild index bd510d85f20e..8748c1408632 100644 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.0.0.ebuild +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-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-vesa/xf86-video-vesa-1.0.0.ebuild,v 1.1 2005/08/08 07:08:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.0.0.ebuild,v 1.2 2005/08/09 13:52:02 fmccor Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org driver for vesa cards" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" RDEPEND="x11-base/xorg-server" DEPEND="${RDEPEND} x11-proto/xproto" |