diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:25:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-13 06:25:50 +0000 |
commit | ac0bad0794a7e98b07c89b3c62c96ccc8003d103 (patch) | |
tree | e08858ceaa5535af691cc9cf0c3a73a7861b1523 /dev-lang/python/python-2.3.6-r2.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-ac0bad0794a7e98b07c89b3c62c96ccc8003d103.tar.gz gentoo-2-ac0bad0794a7e98b07c89b3c62c96ccc8003d103.tar.bz2 gentoo-2-ac0bad0794a7e98b07c89b3c62c96ccc8003d103.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-lang/python/python-2.3.6-r2.ebuild')
-rw-r--r-- | dev-lang/python/python-2.3.6-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lang/python/python-2.3.6-r2.ebuild b/dev-lang/python/python-2.3.6-r2.ebuild index dd52c434f42b..5355a3d80d12 100644 --- a/dev-lang/python/python-2.3.6-r2.ebuild +++ b/dev-lang/python/python-2.3.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v 1.9 2007/07/02 14:48:44 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v 1.10 2007/07/13 06:25:50 mr_bones_ Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -48,7 +48,6 @@ DEPEND=">=sys-libs/zlib-1.1.3 PDEPEND="${DEPEND} dev-python/python-fchksum app-admin/python-updater" - PROVIDE="virtual/python" src_unpack() { @@ -243,4 +242,3 @@ src_test() { elog "cd /usr/lib/python${PYVER}/test" elog "and run the tests separately." } - |