diff options
author | 2007-03-11 23:09:53 +0000 | |
---|---|---|
committer | 2007-03-11 23:09:53 +0000 | |
commit | 65b3965f271b00027fbbef1d02afd62789c0dbb6 (patch) | |
tree | 90e81455ae9ad86930348d7c42ca34c9b8ec04dd /eclass | |
parent | Fix broken manifest due to Attic/ in the header of scons-0.96.94.ebuild (see ... (diff) | |
download | historical-65b3965f271b00027fbbef1d02afd62789c0dbb6.tar.gz historical-65b3965f271b00027fbbef1d02afd62789c0dbb6.tar.bz2 historical-65b3965f271b00027fbbef1d02afd62789c0dbb6.zip |
The INHERITED variable does not need to be set be the eclass any more.
Diffstat (limited to '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" |