diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-04-16 21:37:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-04-16 21:37:07 +0000 |
commit | c8f9c33ae92df46a9861c7b7ee87e132f25468f0 (patch) | |
tree | d4fcacccc9fa368d1f2213938b832a580a3d2d52 | |
parent | Reverting wrong stabilization due buggy script. Define IUSE. (diff) | |
download | gentoo-2-c8f9c33ae92df46a9861c7b7ee87e132f25468f0.tar.gz gentoo-2-c8f9c33ae92df46a9861c7b7ee87e132f25468f0.tar.bz2 gentoo-2-c8f9c33ae92df46a9861c7b7ee87e132f25468f0.zip |
Reverting wrong stabilization due buggy script. Define IUSE.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | x11-drivers/xf86-video-suncg6/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-suncg6/ChangeLog b/x11-drivers/xf86-video-suncg6/ChangeLog index 7f92d0a3114d..90303980f1e0 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/ChangeLog,v 1.19 2010/04/16 21:27:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/ChangeLog,v 1.20 2010/04/16 21:37:07 pacho Exp $ + + 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> + xf86-video-suncg6-1.1.0.ebuild, xf86-video-suncg6-1.1.1.ebuild: + Reverting wrong stabilization due buggy script. Define IUSE. 16 Apr 2010; Pacho Ramos <pacho@gentoo.org> xf86-video-suncg6-1.1.1.ebuild: diff --git a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild index f193d93409e2..18f762e33d70 100644 --- a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild +++ b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2010 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.1.0.ebuild,v 1.3 2006/10/11 00:27:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.0.ebuild,v 1.4 2010/04/16 21:37:07 pacho Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="GX/Turbo GX video driver" KEYWORDS="-* sparc" +IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild index 9976932a557e..f5d20eabec3d 100644 --- a/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild +++ b/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.1.1.ebuild,v 1.2 2010/04/16 21:27:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suncg6/xf86-video-suncg6-1.1.1.ebuild,v 1.3 2010/04/16 21:37:07 pacho Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,8 @@ inherit x-modular DESCRIPTION="GX/Turbo GX video driver" -KEYWORDS="-* amd64 ~sparc" +KEYWORDS="-* ~sparc" +IUSE="" RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto |