diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-11-09 21:40:11 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-11-09 21:40:11 +0000 |
commit | b84e62347dafec3fea5138547cffd03a235c9f10 (patch) | |
tree | a9584e993c5eae5689544eb5d5a9a6acd46fbe4f /eclass/kde-dist.eclass | |
parent | Version bump. (diff) | |
download | historical-b84e62347dafec3fea5138547cffd03a235c9f10.tar.gz historical-b84e62347dafec3fea5138547cffd03a235c9f10.tar.bz2 historical-b84e62347dafec3fea5138547cffd03a235c9f10.zip |
use enable-final in kde 3.1 rc2
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 9a669e3891f1..5a0824b48fa6 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 # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.28 2002/11/05 00:07:46 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.29 2002/11/09 21:40:11 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. @@ -22,7 +22,7 @@ DESCRIPTION="KDE ${PV} - " 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" != "3.1_rc1" -a "$PV" != "3.1_rc2" -a "$PV" != "5" ]; then +if [ "$PV" != "3.1_alpha1" -a "$PV" != "3.1_beta1" -a "$PV" != "3.1_beta2" -a "$PV" != "3.1_rc1" -a "$PV" != "5" ]; then set_enable_final fi |