diff options
author | 2012-09-29 18:23:56 +0000 | |
---|---|---|
committer | 2012-09-29 18:23:56 +0000 | |
commit | 971eb19fb40232e26d53df6c839afb32b91d516c (patch) | |
tree | 33ad6fc830d6f4622631f10b88d4a36ccd9422e3 /dev-python/python-docs | |
parent | stable ppc64, requested by jer (diff) | |
download | gentoo-2-971eb19fb40232e26d53df6c839afb32b91d516c.tar.gz gentoo-2-971eb19fb40232e26d53df6c839afb32b91d516c.tar.bz2 gentoo-2-971eb19fb40232e26d53df6c839afb32b91d516c.zip |
Typo.
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-docs')
-rw-r--r-- | dev-python/python-docs/python-docs-3.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-docs/python-docs-3.3.0.ebuild b/dev-python/python-docs/python-docs-3.3.0.ebuild index acc40a4a086b..93ff548b402c 100644 --- a/dev-python/python-docs/python-docs-3.3.0.ebuild +++ b/dev-python/python-docs/python-docs-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.3.0.ebuild,v 1.1 2012/09/29 18:23:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.0.ebuild,v 1.2 2012/09/29 18:23:56 floppym Exp $ EAPI="3" @@ -20,7 +20,7 @@ S="${WORKDIR}/python-${PV}-docs-html" pkg_setup() { # Compatibility with Arfrever's pre-release ebuilds. - # Remove this in python-docs-3.3.0. + # Remove this in python-docs-3.3.1. if has_version "=dev-lang/python-3.3_pre*[doc]"; then rm -f "${EROOT}etc/env.d/60python-docs-3.3" fi |