diff options
-rw-r--r-- | dev-python/python-docs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/python-docs/python-docs-2.4.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 586ed52e7023..851cea75f246 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.82 2006/07/09 03:02:09 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.83 2006/07/20 17:25:19 blubb Exp $ + + 20 Jul 2006; Simon Stelling <blubb@gentoo.org> python-docs-2.4.3.ebuild: + stable on amd64 09 Jul 2006; Joshua Kinard <kumba@gentoo.org> python-docs-2.4.3.ebuild: Marked stable on mips. diff --git a/dev-python/python-docs/python-docs-2.4.3.ebuild b/dev-python/python-docs/python-docs-2.4.3.ebuild index 818239205fc5..96aa141ad042 100644 --- a/dev-python/python-docs/python-docs-2.4.3.ebuild +++ b/dev-python/python-docs/python-docs-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.3.ebuild,v 1.8 2006/07/09 03:02:09 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.3.ebuild,v 1.9 2006/07/20 17:25:19 blubb 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 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="" |