diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-10-24 18:38:39 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-10-24 18:38:39 +0000 |
commit | ea084e4e0d2d35bcd9ee85beba50bcda0647aa0b (patch) | |
tree | 0ce742ab8630636b79e1f9d5b91833b43d3f3b6c /eclass/kde-dist.eclass | |
parent | added dependency on kde-base, fixes #9402 (diff) | |
download | gentoo-2-ea084e4e0d2d35bcd9ee85beba50bcda0647aa0b.tar.gz gentoo-2-ea084e4e0d2d35bcd9ee85beba50bcda0647aa0b.tar.bz2 gentoo-2-ea084e4e0d2d35bcd9ee85beba50bcda0647aa0b.zip |
fix identation (proper tabs everywhere, alignment) in my eclasses
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 0ea2506ff412..12807de0806f 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.21 2002/09/24 17:54:19 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.22 2002/10/24 18:38:34 danarmak Exp $ # This is the kde-dist eclass for >=2.2.1 kde base packages. Don't use for kdelibs though :-) # Don't use it for e.g. kdevelop, koffice because of their separate versionnig schemes. inherit kde-base kde.org @@ -20,8 +20,8 @@ HOMEPAGE="http://www.kde.org/" # doesn't work well for unstable versions if [ "$PV" != "3.1_alpha1" -a "$PV" != "3.1_beta1" -a "$PV" != "3.1_beta2" -a "$PV" != "5" ]; then - myconf="$myconf --enable-final" - debug-print "$ECLASS: added enable-final" + myconf="$myconf --enable-final" + debug-print "$ECLASS: added enable-final" fi LICENSE="GPL-2" |