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/sed: sed-4.1.5.ebuild
Date: Sun, 04 Nov 2007 03:34:49
Message-Id: E1IoWG5-0005Ao-BA@stork.gentoo.org
1 vapier 07/11/04 03:34:45
2
3 Modified: sed-4.1.5.ebuild
4 Log:
5 do *not* include userland_GNU in IUSE
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.20 sys-apps/sed/sed-4.1.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/sed-4.1.5.ebuild?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/sed-4.1.5.ebuild?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/sed-4.1.5.ebuild?r1=1.19&r2=1.20
14
15 Index: sed-4.1.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.5.ebuild,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- sed-4.1.5.ebuild 10 Jul 2007 23:40:55 -0000 1.19
22 +++ sed-4.1.5.ebuild 4 Nov 2007 03:34:44 -0000 1.20
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/sed/sed-4.1.5.ebuild,v 1.19 2007/07/10 23:40:55 uberlord Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.5.ebuild,v 1.20 2007/11/04 03:34:44 vapier Exp $
28
29 inherit flag-o-matic
30
31 @@ -11,7 +11,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 userland_GNU"
36 +IUSE="nls static"
37
38 RDEPEND="nls? ( virtual/libintl )"
39 DEPEND="${RDEPEND}
40
41
42
43 --
44 gentoo-commits@g.o mailing list