The INHERITED variable does not need to be set be the eclass any more.
authorPetteri Räty <betelgeuse@gentoo.org>
Sun, 11 Mar 2007 23:09:53 +0000 (23:09 +0000)
committerPetteri Räty <betelgeuse@gentoo.org>
Sun, 11 Mar 2007 23:09:53 +0000 (23:09 +0000)
eclass/xemacs-packages.eclass

index 5830e36f978cfba98cb561227671d8ae718b4762..3cdc5237b91fb67f1fb1e788db4bf080c3e7c4d7 100644 (file)
@@ -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"