diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-12-21 12:35:12 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-12-21 12:35:12 +0000 |
commit | da4735a28cc21c3841c953e80fc964218ead07b1 (patch) | |
tree | dd43e7640fbe05c5c76e2dea3fd8224e68f43afe /dev-python/pygobject | |
parent | Stable on ppc64; bug #156662 (diff) | |
download | historical-da4735a28cc21c3841c953e80fc964218ead07b1.tar.gz historical-da4735a28cc21c3841c953e80fc964218ead07b1.tar.bz2 historical-da4735a28cc21c3841c953e80fc964218ead07b1.zip |
Stable on ppc64; bug #156662
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-python/pygobject')
-rw-r--r-- | dev-python/pygobject/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pygobject/pygobject-2.12.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pygobject/ChangeLog b/dev-python/pygobject/ChangeLog index 1b8afa26ba9b..c3a29fea6d26 100644 --- a/dev-python/pygobject/ChangeLog +++ b/dev-python/pygobject/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygobject # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.13 2006/12/18 14:45:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/ChangeLog,v 1.14 2006/12/21 12:28:25 corsair Exp $ + + 21 Dec 2006; Markus Rothe <corsair@gentoo.org> pygobject-2.12.3.ebuild: + Stable on ppc64; bug #156662 18 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> pygobject-2.12.3.ebuild: diff --git a/dev-python/pygobject/pygobject-2.12.3.ebuild b/dev-python/pygobject/pygobject-2.12.3.ebuild index cd4117b476bc..77029a9b8eb5 100644 --- a/dev-python/pygobject/pygobject-2.12.3.ebuild +++ b/dev-python/pygobject/pygobject-2.12.3.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/dev-python/pygobject/pygobject-2.12.3.ebuild,v 1.5 2006/12/18 14:45:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygobject/pygobject-2.12.3.ebuild,v 1.6 2006/12/21 12:28:25 corsair Exp $ WANT_AUTOMAKE=1.8 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh sparc x86" IUSE="doc" RDEPEND=">=dev-lang/python-2.3.5 |