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.6e-r3.ebuild
Date: Thu, 10 Jan 2008 09:21:49
Message-Id: E1JCtbe-0006ju-Ne@stork.gentoo.org
1 vapier 08/01/10 09:21:46
2
3 Modified: man-1.6e-r3.ebuild
4 Log:
5 fix missing "R" for dependencies
6
7 Revision Changes Path
8 1.13 sys-apps/man/man-1.6e-r3.ebuild
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6e-r3.ebuild?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6e-r3.ebuild?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6e-r3.ebuild?r1=1.12&r2=1.13
13
14 Index: man-1.6e-r3.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6e-r3.ebuild,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- man-1.6e-r3.ebuild 4 Jul 2007 18:42:12 -0000 1.12
21 +++ man-1.6e-r3.ebuild 10 Jan 2008 09:21:46 -0000 1.13
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6e-r3.ebuild,v 1.12 2007/07/04 18:42:12 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6e-r3.ebuild,v 1.13 2008/01/10 09:21:46 vapier Exp $
27
28 inherit eutils toolchain-funcs
29
30 @@ -14,7 +14,7 @@
31 IUSE="nls"
32
33 DEPEND="nls? ( sys-devel/gettext )"
34 -DEPEND=">=sys-apps/groff-1.18
35 +RDEPEND=">=sys-apps/groff-1.18
36 !sys-apps/man-db"
37 PROVIDE="virtual/man"
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list