summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-12-19 18:06:47 +0000
committerMike Gilbert <floppym@gentoo.org>2012-12-19 18:06:47 +0000
commit64606fc0bccaddf127aa053a5fcbecc02306974a (patch)
tree54e545429c944a948b577f846a49da57710b96a5 /dev-lang
parentDon't depend on dev-lang/python. Bug 447752. (diff)
downloadgentoo-2-64606fc0bccaddf127aa053a5fcbecc02306974a.tar.gz
gentoo-2-64606fc0bccaddf127aa053a5fcbecc02306974a.tar.bz2
gentoo-2-64606fc0bccaddf127aa053a5fcbecc02306974a.zip
Whitespace.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/python-2.5.4-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.5.4-r5.ebuild b/dev-lang/python/python-2.5.4-r5.ebuild
index f12ac47ede0a..733be7fa524d 100644
--- a/dev-lang/python/python-2.5.4-r5.ebuild
+++ b/dev-lang/python/python-2.5.4-r5.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-lang/python/python-2.5.4-r5.ebuild,v 1.6 2012/12/19 18:03:41 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r5.ebuild,v 1.7 2012/12/19 18:06:47 floppym Exp $
EAPI="1"
@@ -19,12 +19,12 @@ LICENSE="PSF-2.2"
SLOT="2.5"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
+
# Do not add a dependency on dev-lang/python to this ebuild.
# If you need to apply a patch which requires python for bootstrapping, please
# run the bootstrap code on your dev box and include the results in the
# patchset. See bug 447752.
-
# NOTE: dev-python/{elementtree,celementtree,pysqlite}
# do not conflict with the ones in python proper. - liquidx