diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-19 02:12:36 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-19 02:12:36 +0000 |
commit | b979282a02b79963b0d0286796c84978d6ca7326 (patch) | |
tree | 6e0722720ffe60357407f47e86f456c399c3fc03 /dev-python | |
parent | stable on macos (Manifest recommit) (diff) | |
download | gentoo-2-b979282a02b79963b0d0286796c84978d6ca7326.tar.gz gentoo-2-b979282a02b79963b0d0286796c84978d6ca7326.tar.bz2 gentoo-2-b979282a02b79963b0d0286796c84978d6ca7326.zip |
stable on alpha and ia64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 5631b2b056c9..872c9d62ec16 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-docs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.37 2004/06/25 01:44:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.38 2004/08/19 02:12:36 agriffis Exp $ + + 18 Aug 2004; Aron Griffis <agriffis@gentoo.org> python-docs-2.3.4.ebuild: + stable on alpha and ia64 12 Jun 2004; Tom Gall <tgall@gentoo.org> python-docs-2.3.3.ebuild: stable on ppc64, bug #53575 diff --git a/dev-python/python-docs/python-docs-2.3.4.ebuild b/dev-python/python-docs/python-docs-2.3.4.ebuild index cc491d44555c..43c42c2fda55 100644 --- a/dev-python/python-docs/python-docs-2.3.4.ebuild +++ b/dev-python/python-docs/python-docs-2.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3.4.ebuild,v 1.2 2004/06/25 01:44:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.4.ebuild,v 1.3 2004/08/19 02:12:36 agriffis Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/2.3/" @@ -8,7 +8,7 @@ SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.3" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~amd64" +KEYWORDS="~x86 ~ppc ~sparc ~mips alpha ~arm ~amd64 ia64" IUSE="" DEPEND="" |