diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 15:24:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-12 15:24:58 +0000 |
commit | 39eb2591cbddeb52a153ed7c1936af6307a000e6 (patch) | |
tree | 574a476f7032c4dc4530af0c941849981dab8488 /dev-python/gnome-python | |
parent | QA: Added ncurses to IUSE. (diff) | |
download | historical-39eb2591cbddeb52a153ed7c1936af6307a000e6.tar.gz historical-39eb2591cbddeb52a153ed7c1936af6307a000e6.tar.bz2 historical-39eb2591cbddeb52a153ed7c1936af6307a000e6.zip |
Mark 2.12.4 stable on ia64
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-python/gnome-python')
-rw-r--r-- | dev-python/gnome-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-2.12.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index 701cb7e4b546..050e9423d0ab 100644 --- a/dev-python/gnome-python/ChangeLog +++ b/dev-python/gnome-python/ChangeLog @@ -1,6 +1,10 @@ # 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.67 2006/07/10 20:37:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.68 2006/07/12 15:24:58 agriffis Exp $ + + 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> + gnome-python-2.12.4.ebuild: + Mark 2.12.4 stable on ia64 10 Jul 2006; Gustavo Zacarias <gustavoz@gentoo.org> gnome-python-2.12.4.ebuild: diff --git a/dev-python/gnome-python/gnome-python-2.12.4.ebuild b/dev-python/gnome-python/gnome-python-2.12.4.ebuild index 955a616cecd5..dd444e86594c 100644 --- a/dev-python/gnome-python/gnome-python-2.12.4.ebuild +++ b/dev-python/gnome-python/gnome-python-2.12.4.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.4.ebuild,v 1.3 2006/07/10 20:37:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.12.4.ebuild,v 1.4 2006/07/12 15:24:58 agriffis 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 ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ppc64 sparc ~x86" IUSE="doc gtkhtml" RDEPEND=">=dev-lang/python-2.2 |