summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-06-10 16:19:54 +0000
committerSven Wegener <swegener@gentoo.org>2006-06-10 16:19:54 +0000
commitf795b1ff937d5880b547f44ffa28f363fcf132b2 (patch)
treef73b04e47b6aa54c647086f9772cceba6c2a6e91 /eclass/python.eclass
parentfix header (diff)
downloadgentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.tar.gz
gentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.tar.bz2
gentoo-2-f795b1ff937d5880b547f44ffa28f363fcf132b2.zip
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r--eclass/python.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass
index 30a1fd8deddc..d47fd2f111d4 100644
--- a/eclass/python.eclass
+++ b/eclass/python.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.23 2006/06/06 22:33:09 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.24 2006/06/10 16:19:54 swegener Exp $
#
# Author: Alastair Tse <liquidx@gentoo.org>
#
@@ -21,8 +21,8 @@ inherit alternatives
if [[ -n "${NEED_PYTHON}" ]] ; then
- DEPEND=">=dev-lang/python-${NEED_PYTHON}"
- RDEPEND="${DEPEND}"
+ DEPEND=">=dev-lang/python-${NEED_PYTHON}"
+ RDEPEND="${DEPEND}"
fi
__python_eclass_test() {