diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-07 10:35:24 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-07 10:35:24 +0000 |
commit | bb8d7248982a5cd02c12266a8a60ff9dc8440d73 (patch) | |
tree | 89b51ae2e172668ecfc53dcacdd14af4704359de | |
parent | Add missing category to built_with_use call. Bug reported by kimrhh on irc. (diff) | |
download | gentoo-2-bb8d7248982a5cd02c12266a8a60ff9dc8440d73.tar.gz gentoo-2-bb8d7248982a5cd02c12266a8a60ff9dc8440d73.tar.bz2 gentoo-2-bb8d7248982a5cd02c12266a8a60ff9dc8440d73.zip |
Stable on Alpha, IA64 and x86.
(Portage version: 2.1.2.7)
-rw-r--r-- | dev-python/python-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.4.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 327efb4c6a65..840d6594cd87 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-docs # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.89 2007/05/06 22:36:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.90 2007/05/07 10:35:24 kloeri Exp $ + + 07 May 2007; Bryan Østergaard <kloeri@gentoo.org> + python-docs-2.4.4.ebuild: + Stable on Alpha, IA64 and x86. *python-docs-2.5.1 (06 May 2007) diff --git a/dev-python/python-docs/python-docs-2.4.4.ebuild b/dev-python/python-docs/python-docs-2.4.4.ebuild index ce2755c372cd..1bfa01cc21e1 100644 --- a/dev-python/python-docs/python-docs-2.4.4.ebuild +++ b/dev-python/python-docs/python-docs-2.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4.ebuild,v 1.3 2007/05/06 22:36:16 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4.ebuild,v 1.4 2007/05/07 10:35:24 kloeri Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/${PV}/" @@ -9,7 +9,7 @@ http://www.python.org/ftp/python/doc/${PV}/info-${PV}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="" |