diff options
author | Robert Coie <rac@gentoo.org> | 2004-03-09 00:33:16 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2004-03-09 00:33:16 +0000 |
commit | 66330adda4169b919fa9ecf512662ed54c24a6b2 (patch) | |
tree | 38e2312f8671b6011b5aefe0373fc7f9d10258d6 /sys-devel | |
parent | fix bug 44022, editing glitch (Manifest recommit) (diff) | |
download | gentoo-2-66330adda4169b919fa9ecf512662ed54c24a6b2.tar.gz gentoo-2-66330adda4169b919fa9ecf512662ed54c24a6b2.tar.bz2 gentoo-2-66330adda4169b919fa9ecf512662ed54c24a6b2.zip |
add threads to IUSE
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libperl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog index f54af84a2b30..ef5567626272 100644 --- a/sys-devel/libperl/ChangeLog +++ b/sys-devel/libperl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libperl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.25 2004/02/21 11:21:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.26 2004/03/09 00:33:16 rac Exp $ + + 08 Mar 2004; <rac@gentoo.org> libperl-5.8.2.ebuild: + Add threads to IUSE 21 Feb 2004; Michael Cummings <mcummings@gentoo.org> libperl-5.8.0.ebuild: Finish the cleanup of perl 5.8.0 diff --git a/sys-devel/libperl/libperl-5.8.2.ebuild b/sys-devel/libperl/libperl-5.8.2.ebuild index 5510f1a1908f..05a484e59004 100644 --- a/sys-devel/libperl/libperl-5.8.2.ebuild +++ b/sys-devel/libperl/libperl-5.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.2.ebuild,v 1.10 2004/02/19 22:29:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.2.ebuild,v 1.11 2004/03/09 00:33:16 rac Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -53,7 +53,7 @@ # Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002). -IUSE="berkdb gdbm" +IUSE="berkdb gdbm threads" inherit eutils flag-o-matic |