Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: distutils.eclass
Date: Sun, 07 Feb 2010 21:17:29
Message-Id: E1NeEVH-00016u-Pz@stork.gentoo.org
1 pva 10/02/07 21:17:15
2
3 Modified: distutils.eclass
4 Log:
5 revert dropped inherit eutils: 172 ebuilds are still broken with this change atm; after I fix them I'll revert this.
6
7 Revision Changes Path
8 1.71 eclass/distutils.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/distutils.eclass?rev=1.71&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/distutils.eclass?rev=1.71&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/distutils.eclass?r1=1.70&r2=1.71
13
14 Index: distutils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v
17 retrieving revision 1.70
18 retrieving revision 1.71
19 diff -u -r1.70 -r1.71
20 --- distutils.eclass 4 Feb 2010 18:31:44 -0000 1.70
21 +++ distutils.eclass 7 Feb 2010 21:17:15 -0000 1.71
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2010 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.70 2010/02/04 18:31:44 arfrever Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.71 2010/02/07 21:17:15 pva Exp $
27
28 # @ECLASS: distutils.eclass
29 # @MAINTAINER:
30 @@ -11,7 +11,7 @@
31 # @DESCRIPTION:
32 # The distutils eclass defines phase functions for packages with build systems using Distutils
33
34 -inherit multilib python
35 +inherit eutils multilib python
36
37 case "${EAPI:-0}" in
38 0|1)