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-apps/man: man-1.6f-r3.ebuild
Date: Tue, 08 Sep 2009 17:49:31
Message-Id: E1Ml4os-0000dK-Df@stork.gentoo.org
1 vapier 09/09/08 17:49:30
2
3 Modified: man-1.6f-r3.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.11 sys-apps/man/man-1.6f-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?r1=1.10&r2=1.11
14
15 Index: man-1.6f-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- man-1.6f-r3.ebuild 17 Mar 2009 09:50:47 -0000 1.10
22 +++ man-1.6f-r3.ebuild 8 Sep 2009 17:49:30 -0000 1.11
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-apps/man/man-1.6f-r3.ebuild,v 1.10 2009/03/17 09:50:47 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.11 2009/09/08 17:49:30 vapier Exp $
28
29 inherit eutils toolchain-funcs
30
31 @@ -17,7 +17,7 @@
32 RDEPEND=">=sys-apps/groff-1.19.2-r1
33 !sys-apps/man-db
34 !app-arch/lzma
35 - lzma? ( app-arch/lzma-utils )"
36 + lzma? ( || ( app-arch/xz-utils app-arch/lzma-utils ) )"
37 PROVIDE="virtual/man"
38
39 pkg_setup() {