Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.8.8-r2.ebuild
Date: Sat, 03 Nov 2007 16:49:53
Message-Id: E1IoMBr-0007TG-Lu@stork.gentoo.org
1 grobian 07/11/03 16:49:43
2
3 Modified: perl-5.8.8-r2.ebuild
4 Log:
5 Include elibc_FreeBSD in IUSE
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.42 dev-lang/perl/perl-5.8.8-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild?r1=1.41&r2=1.42
14
15 Index: perl-5.8.8-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- perl-5.8.8-r2.ebuild 17 Oct 2007 08:14:09 -0000 1.41
22 +++ perl-5.8.8-r2.ebuild 3 Nov 2007 16:49:43 -0000 1.42
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/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.41 2007/10/17 08:14:09 ian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.42 2007/11/03 16:49:43 grobian Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs multilib
30
31 @@ -19,7 +19,7 @@
32 LICENSE="|| ( Artistic 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="berkdb debug doc gdbm ithreads perlsuid build"
36 +IUSE="berkdb debug doc gdbm ithreads perlsuid build elibc_FreeBSD"
37 PERL_OLDVERSEN="5.8.0 5.8.2 5.8.4 5.8.5 5.8.6 5.8.7"
38
39 DEPEND="berkdb? ( sys-libs/db )
40
41
42
43 --
44 gentoo-commits@g.o mailing list