Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: libffi-3.0.9.ebuild
Date: Mon, 22 Feb 2010 00:04:28
Message-Id: E1NjLmk-0007tP-Ni@stork.gentoo.org
1 ssuominen 10/02/22 00:04:26
2
3 Modified: libffi-3.0.9.ebuild
4 Log:
5 Call epatch only once
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-libs/libffi/libffi-3.0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild?r1=1.7&r2=1.8
14
15 Index: libffi-3.0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- libffi-3.0.9.ebuild 20 Feb 2010 22:06:58 -0000 1.7
22 +++ libffi-3.0.9.ebuild 22 Feb 2010 00:04:26 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild,v 1.7 2010/02/20 22:06:58 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.9.ebuild,v 1.8 2010/02/22 00:04:26 ssuominen Exp $
28
29 inherit eutils libtool
30
31 @@ -20,8 +20,8 @@
32 unpack ${A}
33 cd "${S}"
34
35 - epatch "${FILESDIR}"/${P}-interix.patch
36 - epatch "${FILESDIR}"/${P}-irix.patch
37 + epatch "${FILESDIR}"/${P}-interix.patch \
38 + "${FILESDIR}"/${P}-irix.patch
39
40 elibtoolize
41 }