diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-27 13:11:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-27 13:11:12 +0000 |
commit | b4e6f8c36e91543f0a1b7625908f908679487079 (patch) | |
tree | a1a5977f591a5d94b30f9e1ec8a722fbad6a1eae /dev-python/pygobject | |
parent | Drop sh since nothing depends on this (diff) | |
download | gentoo-2-b4e6f8c36e91543f0a1b7625908f908679487079.tar.gz gentoo-2-b4e6f8c36e91543f0a1b7625908f908679487079.tar.bz2 gentoo-2-b4e6f8c36e91543f0a1b7625908f908679487079.zip |
Stable for HPPA (bug #260063).
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.16.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index cf035db7d359..e5600fa60df8 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.63 2009/04/12 20:38:58 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.64 2009/04/27 13:11:12 jer Exp $ + + 27 Apr 2009; Jeroen Roovers <jer@gentoo.org> pygobject-2.16.1: + Stable for HPPA (bug #260063). 12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> ChangeLog: Stable on sparc, bug #260063 diff --git a/dev-python/pygobject/pygobject-2.16.1.ebuild b/dev-python/pygobject/pygobject-2.16.1.ebuild index 66aa9068fdfc..27305c99041e 100644 --- a/dev-python/pygobject/pygobject-2.16.1.ebuild +++ b/dev-python/pygobject/pygobject-2.16.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/pygobject/pygobject-2.16.1.ebuild,v 1.7 2009/03/30 11:01:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.16.1.ebuild,v 1.8 2009/04/27 13:11:12 jer Exp $ inherit autotools gnome2 python virtualx @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="doc examples" # libffi RDEPEND=">=dev-lang/python-2.4.4-r5 |