summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-05-21 18:14:08 +0000
committerDan Armak <danarmak@gentoo.org>2002-05-21 18:14:08 +0000
commit4646551487536a18b3a3009805dca1eb934b6da1 (patch)
tree1bb128dce33e3fe8005a1b6fe2610bec49645cd9 /eclass/base.eclass
parenteclass update - removing old eclasses (debug,inherit,functions) for which sup... (diff)
downloadhistorical-4646551487536a18b3a3009805dca1eb934b6da1.tar.gz
historical-4646551487536a18b3a3009805dca1eb934b6da1.tar.bz2
historical-4646551487536a18b3a3009805dca1eb934b6da1.zip
eclass update - removing old eclasses (debug,inherit,functions) for which support is in potage proper
(>=1.8.9_pre32). this breaks support for older portages i.e. profile 1.0_rc6 as warned on themailing lists 2 weeks ago. the only change to all these ebuilds in the long list is removal of the redundant ". /usr/portage/eclass/inherit.eclass || die" line.
Diffstat (limited to 'eclass/base.eclass')
-rw-r--r--eclass/base.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass
index edee50859900..aa490d69ea2f 100644
--- a/eclass/base.eclass
+++ b/eclass/base.eclass
@@ -1,10 +1,9 @@
# 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/base.eclass,v 1.13 2002/03/30 12:52:14 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.14 2002/05/21 18:14:08 danarmak Exp $
# The base eclass defines some default functions and variables. Nearly everything
# else inherits from here.
-[ -n "$COMPAT" ] && inherit functions
ECLASS=base
S=${WORKDIR}/${P}