diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-10-10 12:16:03 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-10-10 12:16:03 +0000 |
commit | 2a0bbc55d7ba6b865f54ea5f09a7ef8956f86b54 (patch) | |
tree | 744c5925d12bccff5cd28dd52746ce793a019551 /dev-python/python-docs | |
parent | Use the right gcc for current arch, so that it work with newer compiler-config. (diff) | |
download | gentoo-2-2a0bbc55d7ba6b865f54ea5f09a7ef8956f86b54.tar.gz gentoo-2-2a0bbc55d7ba6b865f54ea5f09a7ef8956f86b54.tar.bz2 gentoo-2-2a0bbc55d7ba6b865f54ea5f09a7ef8956f86b54.zip |
Marked Stable on amd64.
(Portage version: 2.0.51.22-r3)
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.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index cb25a19b9e27..8157e79ef64a 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.63 2005/10/10 08:17:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.64 2005/10/10 12:11:56 metalgod Exp $ + + 10 Oct 2005; Luis Medinas <metalgod@gentoo.org> python-docs-2.4.1.ebuild: + Marked Stable on amd64. 10 Oct 2005; Markus Rothe <corsair@gentoo.org> python-docs-2.4.1.ebuild: Stable on ppc64 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 5c6a42c59ca3..3ba35b4a3a65 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.7 2005/10/10 08:17:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.1.ebuild,v 1.8 2005/10/10 12:11:56 metalgod 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="" |