Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/arj: arj-3.10.22-r2.ebuild
Date: Fri, 09 May 2008 12:14:44
Message-Id: E1JuRUn-00012c-Fv@stork.gentoo.org
1 drac 08/05/09 12:14:41
2
3 Modified: arj-3.10.22-r2.ebuild
4 Log:
5 minor change for prev. commit
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.2 app-arch/arj/arj-3.10.22-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arj/arj-3.10.22-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arj/arj-3.10.22-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/arj/arj-3.10.22-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: arj-3.10.22-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/arj/arj-3.10.22-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- arj-3.10.22-r2.ebuild 9 May 2008 12:03:50 -0000 1.1
22 +++ arj-3.10.22-r2.ebuild 9 May 2008 12:14:41 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/arj-3.10.22-r2.ebuild,v 1.1 2008/05/09 12:03:50 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-arch/arj/arj-3.10.22-r2.ebuild,v 1.2 2008/05/09 12:14:41 drac Exp $
28
29 inherit autotools eutils toolchain-funcs
30
31 @@ -31,7 +31,7 @@
32
33 src_compile() {
34 cd gnu
35 - CFLAGS="${CFLAGS} -Wall" econf
36 + CFLAGS="${CFLAGS}" econf
37
38 cd "${S}"
39 sed -i -e '/stripgcc/d' GNUmakefile || die "sed failed."
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list