summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-10-27 11:12:02 +0000
committerDan Armak <danarmak@gentoo.org>2002-10-27 11:12:02 +0000
commitba6d757a9fcd3fb2258d2ef879068edfa47dd4c7 (patch)
tree5cd534ca01149483712943977d7d3404c87060d3 /eclass/kde-dist.eclass
parentuse set_enable_final (diff)
downloadgentoo-2-ba6d757a9fcd3fb2258d2ef879068edfa47dd4c7.tar.gz
gentoo-2-ba6d757a9fcd3fb2258d2ef879068edfa47dd4c7.tar.bz2
gentoo-2-ba6d757a9fcd3fb2258d2ef879068edfa47dd4c7.zip
it's set_enable_final not set-enable-final... slaps /me
Diffstat (limited to 'eclass/kde-dist.eclass')
-rw-r--r--eclass/kde-dist.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass
index 3322639151f9..1ba60bf38809 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.25 2002/10/27 11:09:12 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.26 2002/10/27 11:12:02 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.
@@ -21,7 +21,7 @@ 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
- set-enable-final
+ set_enable_final
fi
LICENSE="GPL-2"