From cc0eb1544d14f0d34d67ed24ff41eca62f17cc7f Mon Sep 17 00:00:00 2001 From: Dan Armak Date: Fri, 12 Jul 2002 22:58:08 +0000 Subject: disable enable-final for 3.1alpha1 --- eclass/kde-dist.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass/kde-dist.eclass') diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 4d19d852e144..cecdb322e2b3 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 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.13 2002/07/12 21:40:42 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.14 2002/07/12 22:58:08 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 @@ -18,7 +18,8 @@ SLOT="${KDEMAJORVER}.${KDEMINORVER}" DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" -myconf="$myconf --enable-final" +# doesn't work well for unstable versions +[ "$PV" == "3.1_alpha1" ] || myconf="$myconf --enable-final" LICENSE="GPL-2" -- cgit v1.2.3-65-gdbad