diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-01 09:57:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-01 09:57:30 +0000 |
commit | d0878ea32c46b8b857b43e54d8f88ec79f06c878 (patch) | |
tree | b8024eeac063e290f25fdf81d0219790651e9743 /dev-python/gnome-python | |
parent | Merged new --as-needed fixes, bug #131698 (diff) | |
download | historical-d0878ea32c46b8b857b43e54d8f88ec79f06c878.tar.gz historical-d0878ea32c46b8b857b43e54d8f88ec79f06c878.tar.bz2 historical-d0878ea32c46b8b857b43e54d8f88ec79f06c878.zip |
Added ~ppc64
Package-Manager: portage-2203-svn
Diffstat (limited to 'dev-python/gnome-python')
-rw-r--r-- | dev-python/gnome-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.12.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index ca499138d417..314d425b11cf 100644 --- a/dev-python/gnome-python/ChangeLog +++ b/dev-python/gnome-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnome-python # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.62 2006/04/01 14:58:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.63 2006/05/01 09:53:25 corsair Exp $ + + 01 May 2006; Markus Rothe <corsair@gentoo.org> gnome-python-2.12.3.ebuild: + Added ~ppc64 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> gnome-python-1.4.2.ebuild: Mark 1.4.2 ~ia64 diff --git a/dev-python/gnome-python/gnome-python-2.12.3.ebuild b/dev-python/gnome-python/gnome-python-2.12.3.ebuild index b76e6dbd1352..4134622bc272 100644 --- a/dev-python/gnome-python/gnome-python-2.12.3.ebuild +++ b/dev-python/gnome-python/gnome-python-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/gnome-python/gnome-python-2.12.3.ebuild,v 1.2 2006/02/24 03:21:43 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.12.3.ebuild,v 1.3 2006/05/01 09:53:25 corsair Exp $ inherit gnome2 python eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pygtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc gtkhtml" RDEPEND=">=dev-lang/python-2.2 |