Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: wxwidgets.eclass
Date: Thu, 30 Jun 2011 04:14:48
Message-Id: 20110630041438.E405120054@flycatcher.gentoo.org
1 dirtyepic 11/06/30 04:14:38
2
3 Modified: wxwidgets.eclass
4 Log:
5 Inherit base (bug #372831 by Gert Wollny).
6
7 Revision Changes Path
8 1.30 eclass/wxwidgets.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/wxwidgets.eclass?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/wxwidgets.eclass?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/wxwidgets.eclass?r1=1.29&r2=1.30
13
14 Index: wxwidgets.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- wxwidgets.eclass 16 Feb 2010 01:06:24 -0000 1.29
21 +++ wxwidgets.eclass 30 Jun 2011 04:14:38 -0000 1.30
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.29 2010/02/16 01:06:24 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.30 2011/06/30 04:14:38 dirtyepic Exp $
27
28 # @ECLASS: wxwidgets.eclass
29 # @MAINTAINER:
30 @@ -45,7 +45,7 @@
31 # wx-config file to use. Most configure scripts use this path if it's set in
32 # the environment or accept --with-wx-config="${WX_CONFIG}".
33
34 -inherit eutils multilib
35 +inherit base eutils multilib
36
37 case "${EAPI:-0}" in
38 0|1)