diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-11 23:09:53 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-03-11 23:09:53 +0000 |
commit | 7eacf17336894743aa4d38d15f795b1f973666ed (patch) | |
tree | b2d3b00dd0cf177b5872aa76ed147769c8047af6 /eclass/xemacs-packages.eclass | |
parent | Fix broken manifest due to Attic/ in the header of scons-0.96.94.ebuild (see ... (diff) | |
download | gentoo-2-7eacf17336894743aa4d38d15f795b1f973666ed.tar.gz gentoo-2-7eacf17336894743aa4d38d15f795b1f973666ed.tar.bz2 gentoo-2-7eacf17336894743aa4d38d15f795b1f973666ed.zip |
The INHERITED variable does not need to be set be the eclass any more.
Diffstat (limited to 'eclass/xemacs-packages.eclass')
-rw-r--r-- | eclass/xemacs-packages.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/xemacs-packages.eclass b/eclass/xemacs-packages.eclass index 5830e36f978c..3cdc5237b91f 100644 --- a/eclass/xemacs-packages.eclass +++ b/eclass/xemacs-packages.eclass @@ -1,12 +1,10 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.12 2007/02/23 19:50:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.13 2007/03/11 23:09:53 betelgeuse Exp $ # # xemacs-packages eclass inherited by all xemacs packages # $PKG_CAT need's to be set before inheriting xemacs-packages -INHERITED="$INHERITED $ECLASS" - EXPORT_FUNCTIONS src_unpack src_compile src_install DEPEND="virtual/xemacs" |