diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-08 09:33:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-08 09:33:27 +0000 |
commit | f8ef31f1b9d2931665815aeee0a50f737ecbf82b (patch) | |
tree | a8058cc6c955cceccda6bad4dce33b67c5b649cf /eclass | |
parent | add dvdnav (menus) (diff) | |
download | gentoo-2-f8ef31f1b9d2931665815aeee0a50f737ecbf82b.tar.gz gentoo-2-f8ef31f1b9d2931665815aeee0a50f737ecbf82b.tar.bz2 gentoo-2-f8ef31f1b9d2931665815aeee0a50f737ecbf82b.zip |
Added missing inherit eutils.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/base.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass index 2bece4b1dba7..5831d4bb9cc2 100644 --- a/eclass/base.eclass +++ b/eclass/base.eclass @@ -1,12 +1,14 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.28 2005/09/07 10:40:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.29 2005/09/08 09:33:27 flameeyes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # # The base eclass defines some default functions and variables. Nearly everything # else inherits from here. +inherit eutils + S=${WORKDIR}/${P} DESCRIPTION="Based on the $ECLASS eclass" |