Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/libarchive: libarchive-3.0.2.ebuild
Date: Tue, 10 Jan 2012 12:56:37
Message-Id: 20120110125627.4587F2004B@flycatcher.gentoo.org
1 ssuominen 12/01/10 12:56:27
2
3 Modified: libarchive-3.0.2.ebuild
4 Log:
5 Forgot in a useless old line. Punt it for last commit.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-arch/libarchive/libarchive-3.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild?r1=1.1&r2=1.2
15
16 Index: libarchive-3.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libarchive-3.0.2.ebuild 10 Jan 2012 12:52:25 -0000 1.1
23 +++ libarchive-3.0.2.ebuild 10 Jan 2012 12:56:27 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild,v 1.1 2012/01/10 12:52:25 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild,v 1.2 2012/01/10 12:56:27 ssuominen Exp $
29
30 EAPI=4
31 inherit eutils multilib
32 @@ -49,8 +49,7 @@
33 $(use_with lzma) \
34 $(use_with nettle) \
35 $(use_with !expat xml2) \
36 - $(use_with expat expat) \
37 - ${myconf}
38 + $(use_with expat expat)
39 }
40
41 src_test() {