diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-08 18:40:49 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-08 18:40:49 +0000 |
commit | 1bb119c373bceee1053c8e5a51a2e1e1ba2277be (patch) | |
tree | 0e993e2b0f29ba886564a756becdb1900bf84d7b /dev-python/python-docs | |
parent | New release: 2.8.6 (diff) | |
download | gentoo-2-1bb119c373bceee1053c8e5a51a2e1e1ba2277be.tar.gz gentoo-2-1bb119c373bceee1053c8e5a51a2e1e1ba2277be.tar.bz2 gentoo-2-1bb119c373bceee1053c8e5a51a2e1e1ba2277be.zip |
Stable python-2.4 on alpha, ia64 and x86.
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 1987dfe0dcde..9894765f07b6 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.60 2005/09/28 18:12:26 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.61 2005/10/08 18:40:08 kloeri Exp $ + + 08 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> + python-docs-2.4.1.ebuild: + Stable python-2.4 on alpha, ia64 and x86. *python-docs-2.4.2 (28 Sep 2005) diff --git a/dev-python/python-docs/python-docs-2.4.1.ebuild b/dev-python/python-docs/python-docs-2.4.1.ebuild index 1436e1d66c71..f71cf3d05ede 100644 --- a/dev-python/python-docs/python-docs-2.4.1.ebuild +++ b/dev-python/python-docs/python-docs-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1.ebuild,v 1.4 2005/06/18 19:38:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.1.ebuild,v 1.5 2005/10/08 18:40:08 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 ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="" DEPEND="" |