diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-04 19:08:31 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-06-04 19:08:31 +0000 |
commit | c320800c1dbcd2e8cd25461f036ba0a69b8621bc (patch) | |
tree | 353d4b17364f0943fea29541a54a46c3ed2b75d5 /dev-python/python-docs | |
parent | Delete calls to deprecated python_version(). Call python_mod_cleanup() with p... (diff) | |
download | gentoo-2-c320800c1dbcd2e8cd25461f036ba0a69b8621bc.tar.gz gentoo-2-c320800c1dbcd2e8cd25461f036ba0a69b8621bc.tar.bz2 gentoo-2-c320800c1dbcd2e8cd25461f036ba0a69b8621bc.zip |
x86 stable wrt bug #320043
(Portage version: 2.1.8.3/cvs/Linux i686)
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-3.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-docs/ChangeLog b/dev-python/python-docs/ChangeLog index 40035afc9dbd..0ed2226c6731 100644 --- a/dev-python/python-docs/ChangeLog +++ b/dev-python/python-docs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-docs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.145 2010/05/26 16:17:23 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.146 2010/06/04 19:08:31 phajdan.jr Exp $ + + 04 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + python-docs-3.1.2.ebuild: + x86 stable wrt bug #320043 26 May 2010; Markos Chandras <hwoarang@gentoo.org> python-docs-3.1.2.ebuild: diff --git a/dev-python/python-docs/python-docs-3.1.2.ebuild b/dev-python/python-docs/python-docs-3.1.2.ebuild index eaedc0ff6b40..c65f722f0db0 100644 --- a/dev-python/python-docs/python-docs-3.1.2.ebuild +++ b/dev-python/python-docs/python-docs-3.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.2.ebuild,v 1.3 2010/05/26 16:17:23 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.1.2.ebuild,v 1.4 2010/06/04 19:08:31 phajdan.jr Exp $ EAPI="3" @@ -10,7 +10,7 @@ SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.b LICENSE="PSF-2.2" SLOT="3.1" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=app-admin/eselect-python-20091230" |