Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/help2man: help2man-1.36.4.ebuild
Date: Sat, 03 Nov 2007 20:04:19
Message-Id: E1IoP32-0000w3-SM@stork.gentoo.org
1 grobian 07/11/03 19:52:48
2
3 Modified: help2man-1.36.4.ebuild
4 Log:
5 Include elibc_glibc in IUSE
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.13 sys-apps/help2man/help2man-1.36.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild?r1=1.12&r2=1.13
14
15 Index: help2man-1.36.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- help2man-1.36.4.ebuild 20 Feb 2007 19:51:42 -0000 1.12
22 +++ help2man-1.36.4.ebuild 3 Nov 2007 19:52:48 -0000 1.13
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild,v 1.12 2007/02/20 19:51:42 eroyf Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/help2man/help2man-1.36.4.ebuild,v 1.13 2007/11/03 19:52:48 grobian Exp $
28
29 DESCRIPTION="GNU utility to convert program --help output to a man page"
30 HOMEPAGE="http://www.gnu.org/software/help2man"
31 @@ -9,7 +9,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
35 -IUSE="nls"
36 +IUSE="nls elibc_glibc"
37
38 RDEPEND="dev-lang/perl"
39 DEPEND="${RDEPEND}
40
41
42
43 --
44 gentoo-commits@g.o mailing list