diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-04-03 15:37:51 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-04-03 15:37:51 +0000 |
commit | a3b5410a509719c76726bf3eac127166e8d8c551 (patch) | |
tree | 06a6439dc5d61fd2ff3dfda83c516f48ddc2c71d /dev-python/gnome-python-desktop-base | |
parent | Patch to fix compilation with gcc43 from Magnus Granberg. EAPI2ified. Fixes #... (diff) | |
download | gentoo-2-a3b5410a509719c76726bf3eac127166e8d8c551.tar.gz gentoo-2-a3b5410a509719c76726bf3eac127166e8d8c551.tar.bz2 gentoo-2-a3b5410a509719c76726bf3eac127166e8d8c551.zip |
Marked ppc/ppc64 stable for bug #262744.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gnome-python-desktop-base')
-rw-r--r-- | dev-python/gnome-python-desktop-base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnome-python-desktop-base/ChangeLog b/dev-python/gnome-python-desktop-base/ChangeLog index d7ab477ed22a..0ceaee2ce415 100644 --- a/dev-python/gnome-python-desktop-base/ChangeLog +++ b/dev-python/gnome-python-desktop-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-desktop-base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.12 2009/03/27 21:54:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.13 2009/04/03 15:37:51 josejx Exp $ + + 03 Apr 2009; Joseph Jezak <josejx@gentoo.org> + gnome-python-desktop-base-2.24.1.ebuild: + Marked ppc/ppc64 stable for bug #262744. 27 Mar 2009; Jeroen Roovers <jer@gentoo.org> gnome-python-desktop-base-2.22.0.ebuild: diff --git a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.1.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.1.ebuild index ef5851662e0a..e63377e2db89 100644 --- a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.1.ebuild +++ b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.1.ebuild,v 1.4 2009/03/18 16:01:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.1.ebuild,v 1.5 2009/04/03 15:37:51 josejx Exp $ inherit eutils gnome2 versionator @@ -12,7 +12,7 @@ DESCRIPTION="Provides python the base files for the Gnome Python Desktop binding HOMEPAGE="http://pygtk.org/" SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="" LICENSE="LGPL-2.1" |