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-devel/libtool: libtool-2.2.6a.ebuild
Date: Tue, 08 Sep 2009 17:51:23
Message-Id: E1Ml4qf-0000tu-Q8@stork.gentoo.org
1 vapier 09/09/08 17:51:21
2
3 Modified: libtool-2.2.6a.ebuild
4 Log:
5 allow xz-utils and lzma-utils #279871
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 sys-devel/libtool/libtool-2.2.6a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.4&r2=1.5
14
15 Index: libtool-2.2.6a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- libtool-2.2.6a.ebuild 28 Jun 2009 16:37:48 -0000 1.4
22 +++ libtool-2.2.6a.ebuild 8 Sep 2009 17:51:21 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.4 2009/06/28 16:37:48 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.5 2009/09/08 17:51:21 vapier Exp $
28
29 LIBTOOLIZE="true" #225559
30 inherit eutils autotools
31 @@ -18,7 +18,7 @@
32 >=sys-devel/autoconf-2.60
33 >=sys-devel/automake-1.10.1"
34 DEPEND="${RDEPEND}
35 - app-arch/lzma-utils
36 + || ( app-arch/xz-utils app-arch/lzma-utils )
37 sys-apps/help2man"
38
39 S=${WORKDIR}/${P%a}