diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-14 21:04:08 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-14 21:04:08 +0000 |
commit | 140b4e51a6404a3613420df3e543e7a684b9b87f (patch) | |
tree | 79d8676b353a8589e34daee80ef5101492431fbb /dev-python/python-docs | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-140b4e51a6404a3613420df3e543e7a684b9b87f.tar.gz gentoo-2-140b4e51a6404a3613420df3e543e7a684b9b87f.tar.bz2 gentoo-2-140b4e51a6404a3613420df3e543e7a684b9b87f.zip |
stable on ppc64
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 433a23cfe228..77795a6d3c16 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 Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.24 2004/03/09 23:18:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.25 2004/03/14 21:04:08 tgall Exp $ + + 14 Mar 2004; Tom Gall <tgall@gentoo.org> python-docs-2.2.3.ebuild: + stable on ppc64 09 Mar 2004; <agriffis@gentoo.org> python-docs-2.3.3.ebuild: stable on alpha and ia64 diff --git a/dev-python/python-docs/python-docs-2.2.3.ebuild b/dev-python/python-docs/python-docs-2.2.3.ebuild index 4a400ff1f7a5..af53e9cdd02c 100644 --- a/dev-python/python-docs/python-docs-2.2.3.ebuild +++ b/dev-python/python-docs/python-docs-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.3.ebuild,v 1.9 2004/03/03 02:16:01 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.3.ebuild,v 1.10 2004/03/14 21:04:08 tgall Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -10,7 +10,7 @@ DEPEND="" RDEPEND="" SLOT="2.2" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64 mips s390" +KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64 mips s390 ppc64" src_unpack() { mkdir ${S} |