Gentoo Archives: gentoo-commits

From: "Andrey Kislyuk (weaver)" <weaver@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libs3: libs3-2.0.ebuild
Date: Mon, 31 Oct 2011 02:41:14
Message-Id: 20111031024104.C35D42004C@flycatcher.gentoo.org
1 weaver 11/10/31 02:41:04
2
3 Modified: libs3-2.0.ebuild
4 Log:
5 Fix typo
6
7 (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-libs/libs3/libs3-2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libs3/libs3-2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libs3/libs3-2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libs3/libs3-2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: libs3-2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libs3/libs3-2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libs3-2.0.ebuild 31 Oct 2011 02:36:11 -0000 1.1
23 +++ libs3-2.0.ebuild 31 Oct 2011 02:41:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libs3/libs3-2.0.ebuild,v 1.1 2011/10/31 02:36:11 weaver Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libs3/libs3-2.0.ebuild,v 1.2 2011/10/31 02:41:04 weaver Exp $
29
30 EAPI=4
31
32 @@ -17,7 +17,7 @@
33 DEPEND="${RDEPEND}"
34
35 src_prepare() {
36 - sed -i -e 's/CFLAGS :=/CFLAGS +=/' -e 's/-Werror//' *makefile || diea
37 + sed -i -e 's/CFLAGS :=/CFLAGS +=/' -e 's/-Werror//' *makefile || die
38 }
39
40 src_install() {