diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-10-27 11:09:12 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-10-27 11:09:12 +0000 |
commit | 7b4aaf7ea945f0f3e57f37b6cc19b0775a1ab9b0 (patch) | |
tree | cdb90ced65bb02997e04e8b6be1f32b1d2685087 /eclass/koffice-i18n.eclass | |
parent | added new rescue file for ppc (diff) | |
download | historical-7b4aaf7ea945f0f3e57f37b6cc19b0775a1ab9b0.tar.gz historical-7b4aaf7ea945f0f3e57f37b6cc19b0775a1ab9b0.tar.bz2 historical-7b4aaf7ea945f0f3e57f37b6cc19b0775a1ab9b0.zip |
use set_enable_final
Diffstat (limited to 'eclass/koffice-i18n.eclass')
-rw-r--r-- | eclass/koffice-i18n.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/koffice-i18n.eclass b/eclass/koffice-i18n.eclass index 8238a21d8e4d..11d24ff15664 100644 --- a/eclass/koffice-i18n.eclass +++ b/eclass/koffice-i18n.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/koffice-i18n.eclass,v 1.14 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.15 2002/10/27 11:09:12 danarmak Exp $ inherit kde ECLASS=koffice-i18n @@ -34,4 +34,4 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc" DEPEND="~app-office/koffice-${PV}" -myconf="$myconf --enable-final" +set-enable-final |