diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-18 14:07:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-18 14:07:15 +0000 |
commit | 9bc71abba4c8bf16eb96ca3ccaf0598d2a95074b (patch) | |
tree | 6722312c1b70665455b45abb325509b9cf24f150 /eclass/kde-dist.eclass | |
parent | conditional debugging now (diff) | |
download | historical-9bc71abba4c8bf16eb96ca3ccaf0598d2a95074b.tar.gz historical-9bc71abba4c8bf16eb96ca3ccaf0598d2a95074b.tar.bz2 historical-9bc71abba4c8bf16eb96ca3ccaf0598d2a95074b.zip |
don't use --enable-final for the cvs ebuilds
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index cecdb322e2b3..2703af8b3f2c 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.14 2002/07/12 22:58:08 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.15 2002/07/18 14:07:15 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 @@ -19,7 +19,7 @@ DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" # doesn't work well for unstable versions -[ "$PV" == "3.1_alpha1" ] || myconf="$myconf --enable-final" +[ "$PV" == "3.1_alpha1" -o "$PV" == "5" ] || myconf="$myconf --enable-final" LICENSE="GPL-2" |