summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-04-02 23:23:39 +0000
committerDan Armak <danarmak@gentoo.org>2002-04-02 23:23:39 +0000
commit949c06a18532ee39e305f52f1a0670e4a9b22443 (patch)
tree5aead753ffc09f9e0e32c631464ac605c97f2120 /eclass
parentupdated deps (diff)
downloadgentoo-2-949c06a18532ee39e305f52f1a0670e4a9b22443.tar.gz
gentoo-2-949c06a18532ee39e305f52f1a0670e4a9b22443.tar.bz2
gentoo-2-949c06a18532ee39e305f52f1a0670e4a9b22443.zip
reveting global --enable-all comit - better safe than sorry
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde-dist.eclass3
-rw-r--r--eclass/kde-i18n.eclass4
-rw-r--r--eclass/kde.eclass4
-rw-r--r--eclass/koffice-i18n.eclass3
4 files changed, 9 insertions, 5 deletions
diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass
index fe6422ca4aeb..59f2bd3dde5a 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 <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.8 2002/04/02 23:00:18 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.9 2002/04/02 23:23:39 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
@@ -12,3 +12,4 @@ need-kde $PV
DESCRIPTION="KDE ${PV} - "
HOMEPAGE="http://www.kde.org/"
+myconf="$myconf --enable-final"
diff --git a/eclass/kde-i18n.eclass b/eclass/kde-i18n.eclass
index 7848ee64f4af..264369253eb4 100644
--- a/eclass/kde-i18n.eclass
+++ b/eclass/kde-i18n.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 <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.13 2002/04/02 23:00:18 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-i18n.eclass,v 1.14 2002/04/02 23:23:39 danarmak Exp $
inherit kde kde.org
ECLASS=kde-i18n
@@ -9,6 +9,8 @@ S=${WORKDIR}/${PN}
DESCRIPTION="KDE ${PV} - i18n: ${PN}"
HOMEPAGE="http://www.kde.org/"
+myconf="$myconf --enable-final"
+
need-kde ${PV}
SRC_URI="$SRC_URI http://www.ibiblio.org/gentoo/distfiles/kde-i18n-gentoo.patch"
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 6819e97e642c..469d62206807 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.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 <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.47 2002/04/02 23:00:18 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.48 2002/04/02 23:23:39 danarmak Exp $
# The kde eclass is inherited by all kde-* eclasses. Few ebuilds inherit straight from here.
inherit base kde-functions
ECLASS=kde
@@ -23,7 +23,7 @@ kde_src_compile() {
case $1 in
myconf)
debug-print-section myconf
- myconf="$myconf --host=${CHOST} --with-x --enable-mitshm --with-xinerama --with-qt-dir=${QTDIR} --enable-final"
+ myconf="$myconf --host=${CHOST} --with-x --enable-mitshm --with-xinerama --with-qt-dir=${QTDIR}"
case $KDEMAJORVER in
2) myconf="$myconf --prefix=${KDE2DIR}";;
3) myconf="$myconf --prefix=${KDE3DIR}";;
diff --git a/eclass/koffice-i18n.eclass b/eclass/koffice-i18n.eclass
index c3d98e1a0c95..5af8a0e34ef7 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 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.6 2002/04/02 23:00:18 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.7 2002/04/02 23:23:39 danarmak Exp $
inherit kde
ECLASS=koffice-i18n
@@ -21,3 +21,4 @@ HOMEPAGE="http://www.koffice.org/"
DEPEND=">=app-office/koffice-${PV}"
+myconf="$myconf --enable-final" \ No newline at end of file