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/gnome-python-desktop-base-2.24.1.ebuild | |
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/gnome-python-desktop-base-2.24.1.ebuild')
-rw-r--r-- | dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.24.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |