From: Petteri Räty Date: Sun, 11 Mar 2007 23:09:53 +0000 (+0000) Subject: The INHERITED variable does not need to be set be the eclass any more. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65b3965f271b00027fbbef1d02afd62789c0dbb6;p=gentoo.git The INHERITED variable does not need to be set be the eclass any more. --- 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"