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/diffutils: diffutils-2.8.7-r2.ebuild
Date: Sat, 03 Nov 2007 19:56:51
Message-Id: E1IoP6n-0000xa-Gj@stork.gentoo.org
1 grobian 07/11/03 19:56:41
2
3 Modified: diffutils-2.8.7-r2.ebuild
4 Log:
5 Include userland_GNU in IUSE
6 (Portage version: 2.1.3.9, RepoMan options: --force)
7
8 Revision Changes Path
9 1.2 sys-apps/diffutils/diffutils-2.8.7-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: diffutils-2.8.7-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- diffutils-2.8.7-r2.ebuild 13 Jun 2007 23:06:53 -0000 1.1
22 +++ diffutils-2.8.7-r2.ebuild 3 Nov 2007 19:56:40 -0000 1.2
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/diffutils/diffutils-2.8.7-r2.ebuild,v 1.1 2007/06/13 23:06:53 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/diffutils/diffutils-2.8.7-r2.ebuild,v 1.2 2007/11/03 19:56:40 grobian Exp $
28
29 inherit eutils flag-o-matic
30
31 @@ -12,7 +12,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 static"
36 +IUSE="nls static userland_GNU"
37
38 RDEPEND="userland_GNU? ( >=sys-apps/man-pages-2.46 )"
39 DEPEND="${RDEPEND}
40
41
42
43 --
44 gentoo-commits@g.o mailing list