Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: systemd.eclass
Date: Wed, 04 May 2011 16:02:21
Message-Id: 20110504160210.183D120054@flycatcher.gentoo.org
1 mgorny 11/05/04 16:02:10
2
3 Modified: systemd.eclass
4 Log:
5 Drop needless `inherit multilib'. Thanks to Henry Gebhardt for pointing this out.
6
7 Revision Changes Path
8 1.2 eclass/systemd.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/systemd.eclass?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/systemd.eclass?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/systemd.eclass?r1=1.1&r2=1.2
13
14 Index: systemd.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- systemd.eclass 4 May 2011 10:53:35 -0000 1.1
21 +++ systemd.eclass 4 May 2011 16:02:10 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2011 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v 1.1 2011/05/04 10:53:35 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/systemd.eclass,v 1.2 2011/05/04 16:02:10 mgorny Exp $
27
28 # @ECLASS: systemd.eclass
29 # @MAINTAINER:
30 @@ -25,8 +25,6 @@
31 # }
32 # @CODE
33
34 -inherit multilib
35 -
36 case ${EAPI:-0} in
37 0|1|2|3|4) ;;
38 *) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established."