diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-05-05 17:32:40 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-05-05 17:32:40 +0000 |
commit | 13d41ba1947cc021c192f6a782b1b8f029681a76 (patch) | |
tree | 213e0ae2cc8ac9652f94b26386f6934809cf09aa /dev-python/gnome-python-extras | |
parent | Initial import (diff) | |
download | gentoo-2-13d41ba1947cc021c192f6a782b1b8f029681a76.tar.gz gentoo-2-13d41ba1947cc021c192f6a782b1b8f029681a76.tar.bz2 gentoo-2-13d41ba1947cc021c192f6a782b1b8f029681a76.zip |
Added ~ppc64; bug #125231
(Portage version: 2203-svn)
Diffstat (limited to 'dev-python/gnome-python-extras')
-rw-r--r-- | dev-python/gnome-python-extras/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnome-python-extras/ChangeLog b/dev-python/gnome-python-extras/ChangeLog index 8e12947e581e..d7ea906978ff 100644 --- a/dev-python/gnome-python-extras/ChangeLog +++ b/dev-python/gnome-python-extras/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-extras # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.27 2006/05/01 09:57:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.28 2006/05/05 17:32:40 corsair Exp $ + + 05 May 2006; Markus Rothe <corsair@gentoo.org> + gnome-python-extras-2.12.1.ebuild: + Added ~ppc64; bug #125231 01 May 2006; Markus Rothe <corsair@gentoo.org> gnome-python-extras-2.14.0.ebuild: diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild index f8cedf7bdf27..25f5b73e98b8 100644 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild +++ b/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.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-extras/gnome-python-extras-2.12.1.ebuild,v 1.4 2006/01/28 16:47:15 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.12.1.ebuild,v 1.5 2006/05/05 17:32:40 corsair Exp $ inherit eutils gnome2 python @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pygtk.org" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc firefox mozilla" RDEPEND=">=virtual/python-2.4 |