diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-12-02 19:58:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-12-02 19:58:09 +0000 |
commit | a91c756317a589c567d673babc6c484762674802 (patch) | |
tree | 8cf62f9a5ad5f11a53ae31b2c91fb43c9c3ce9e4 /eclass/kde-dist.eclass | |
parent | removing enable-final. see gentoo-dev post (diff) | |
download | historical-a91c756317a589c567d673babc6c484762674802.tar.gz historical-a91c756317a589c567d673babc6c484762674802.tar.bz2 historical-a91c756317a589c567d673babc6c484762674802.zip |
removing all enable-final functionality, see gentoo-dev post
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r-- | eclass/kde-dist.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 5a173603fe82..b3282b5dc5d9 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.30 2002/11/12 19:52:44 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.31 2002/12/02 19:58:09 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,11 +22,6 @@ need-kde $PV 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" != "5" ]; then - set_enable_final -fi - LICENSE="GPL-2" SLOT="$KDEMAJORVER.$KDEMINORVER" |