Hi all,

the following change has some bad effects on packages in the tree. I
found it with a package having this inherit line

inherit cmake-utils wxwidgets

all cmake-utils_* function which have redundant phase definitions in
base will not be executed.

This change was not trivial. So either we need to revert it or really
check the tree that nothing is broken.

thanks justin


dirtyepic    11/06/30 04:14:38

  Modified:             wxwidgets.eclass
  Log:
  Inherit base (bug #372831 by Gert Wollny).

Revision  Changes    Path
1.30                 eclass/wxwidgets.eclass

file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/wxwidgets.eclass?rev=1.30&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/wxwidgets.eclass?rev=1.30&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/wxwidgets.eclass?r1=1.29&r2=1.30

Index: wxwidgets.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- wxwidgets.eclass    16 Feb 2010 01:06:24 -0000      1.29
+++ wxwidgets.eclass    30 Jun 2011 04:14:38 -0000      1.30
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.29
2010/02/16 01:06:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.30
2011/06/30 04:14:38 dirtyepic Exp $

 # @ECLASS:                     wxwidgets.eclass
 # @MAINTAINER:
@@ -45,7 +45,7 @@
 #  wx-config file to use.  Most configure scripts use this path if it's
set in
 #  the environment or accept --with-wx-config="${WX_CONFIG}".

-inherit eutils multilib
+inherit base eutils multilib

 case "${EAPI:-0}" in
        0|1)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to