diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-02-03 19:09:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-02-03 19:09:24 +0000 |
commit | 1406a5526fd32fbc0b9129ca9540cb36326a737d (patch) | |
tree | 236dcd2965ba08cbbcc9971b43b46aa1b7f66a1d /gnome-base | |
parent | Version bump. (diff) | |
download | gentoo-2-1406a5526fd32fbc0b9129ca9540cb36326a737d.tar.gz gentoo-2-1406a5526fd32fbc0b9129ca9540cb36326a737d.tar.bz2 gentoo-2-1406a5526fd32fbc0b9129ca9540cb36326a737d.zip |
Mark 2.12.2-r1 stable on alpha. Stop using the alpha hack patch since gcc PR
9700 has been fixed since gcc-3.3.x
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/control-center/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/control-center/control-center-2.12.2-r1.ebuild | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/gnome-base/control-center/ChangeLog b/gnome-base/control-center/ChangeLog index fbc71af14ac2..f335f9dfccfb 100644 --- a/gnome-base/control-center/ChangeLog +++ b/gnome-base/control-center/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/control-center # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/ChangeLog,v 1.160 2006/01/22 21:58:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/ChangeLog,v 1.161 2006/02/03 19:09:24 agriffis Exp $ + + 03 Feb 2006; Aron Griffis <agriffis@gentoo.org> + control-center-2.12.2-r1.ebuild: + Mark 2.12.2-r1 stable on alpha. Stop using the alpha hack patch since gcc PR + 9700 has been fixed since gcc-3.3.x 22 Jan 2006; Markus Rothe <corsair@gentoo.org> control-center-2.12.2-r1.ebuild: diff --git a/gnome-base/control-center/control-center-2.12.2-r1.ebuild b/gnome-base/control-center/control-center-2.12.2-r1.ebuild index 3fa5ffdad712..66c3f17aba5a 100644 --- a/gnome-base/control-center/control-center-2.12.2-r1.ebuild +++ b/gnome-base/control-center/control-center-2.12.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.12.2-r1.ebuild,v 1.9 2006/01/22 21:58:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.12.2-r1.ebuild,v 1.10 2006/02/03 19:09:24 agriffis Exp $ inherit eutils gnome2 autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="alsa eds gstreamer" RDEPEND=">=gnome-base/gnome-vfs-2.2 @@ -70,10 +70,6 @@ src_unpack() { unpack "${A}" cd "${S}" - # See http://gcc.gnu.org/cgi-bin/gnatsweb.pl problem #9700 for - # what this is about. - use alpha && epatch ${FILESDIR}/control-center-2.2.0.1-alpha_hack.patch - # Temporary workaround for a problematic behaviour with acme. epatch ${FILESDIR}/${PN}-2.6.0-remove-pmu.patch |