diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-05-02 22:32:54 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-05-02 22:32:54 +0000 |
commit | 18813d58b39adb959b04532d81d0cda8af9929f0 (patch) | |
tree | a2e47e85f5f0ca2502196dbd5c74d97677058ce5 /eclass/kde-meta.eclass | |
parent | no need for emake ${MAKEOPTS} (diff) | |
download | gentoo-2-18813d58b39adb959b04532d81d0cda8af9929f0.tar.gz gentoo-2-18813d58b39adb959b04532d81d0cda8af9929f0.tar.bz2 gentoo-2-18813d58b39adb959b04532d81d0cda8af9929f0.zip |
apply whitespace checks from repoman to eclasses
Diffstat (limited to 'eclass/kde-meta.eclass')
-rw-r--r-- | eclass/kde-meta.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-meta.eclass b/eclass/kde-meta.eclass index 0a1651eddb4e..6834145b8990 100644 --- a/eclass/kde-meta.eclass +++ b/eclass/kde-meta.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/kde-meta.eclass,v 1.72 2006/04/07 12:23:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-meta.eclass,v 1.73 2006/05/02 22:32:54 swegener Exp $ # # Author Dan Armak <danarmak@gentoo.org> # Simone Gotti <motaboy@gentoo.org> @@ -124,7 +124,7 @@ fi # Common xdelta code if [[ -n "$XDELTA_BASE" ]]; then # depends on $PV only, so is safe to modify SRC_URI inside it IUSE="${IUSE} kdexdeltas" - + # Necessary dep for xdeltas. Hope like hell it doesn't worm its way into RDEPEND # through the sneaky eclass dep mangling portage does. DEPEND="$DEPEND kdexdeltas? ( dev-util/xdelta )" |