Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/s390-tools: s390-tools-1.8.3.ebuild
Date: Mon, 30 Aug 2010 03:26:59
Message-Id: 20100830032656.0D72D2004C@flycatcher.gentoo.org
1 vapier 10/08/30 03:26:56
2
3 Modified: s390-tools-1.8.3.ebuild
4 Log:
5 stabilize
6
7 Revision Changes Path
8 1.3 sys-apps/s390-tools/s390-tools-1.8.3.ebuild
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s390-tools/s390-tools-1.8.3.ebuild?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s390-tools/s390-tools-1.8.3.ebuild?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s390-tools/s390-tools-1.8.3.ebuild?r1=1.2&r2=1.3
13
14 Index: s390-tools-1.8.3.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-apps/s390-tools/s390-tools-1.8.3.ebuild,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- s390-tools-1.8.3.ebuild 29 Aug 2010 22:41:31 -0000 1.2
21 +++ s390-tools-1.8.3.ebuild 30 Aug 2010 03:26:55 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-tools/s390-tools-1.8.3.ebuild,v 1.2 2010/08/29 22:41:31 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-tools/s390-tools-1.8.3.ebuild,v 1.3 2010/08/30 03:26:55 vapier Exp $
27
28 inherit eutils
29
30 @@ -18,7 +18,7 @@
31
32 LICENSE="GPL-2"
33 SLOT="0"
34 -KEYWORDS="-* ~s390"
35 +KEYWORDS="-* s390"
36 IUSE="snmp zfcpdump"
37
38 RDEPEND="sys-fs/sysfsutils
39 @@ -44,6 +44,8 @@
40 sed -i -e '/^ZFCPDUMP_DIR/s:local/::' common.mak
41 sed -i -e '/^SUB_DIRS/s:=:=zfcpdump_v2 :' Makefile
42 fi
43 +
44 + export MAKEOPTS+=" V=1"
45 }
46
47 src_install() {