diff options
author | 2008-08-02 12:51:38 +0000 | |
---|---|---|
committer | 2008-08-02 12:51:38 +0000 | |
commit | 71ddfa5082ffa9377573eb3d244269f70d992d2a (patch) | |
tree | 857b33f8d7ae7c0e972f87846e26b243ff4467cf /sys-devel | |
parent | Update metadata.xml to include USE flag descriptions. Entries taken from prof... (diff) | |
download | gentoo-2-71ddfa5082ffa9377573eb3d244269f70d992d2a.tar.gz gentoo-2-71ddfa5082ffa9377573eb3d244269f70d992d2a.tar.bz2 gentoo-2-71ddfa5082ffa9377573eb3d244269f70d992d2a.zip |
Update metadata.xml to include USE flag descriptions. Entries taken from profiles/use.local.desc. GLEP 56
(Portage version: 2.2_rc5/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libperl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/libperl/metadata.xml | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog index ab69c8a3f29e..89d69069c34b 100644 --- a/sys-devel/libperl/ChangeLog +++ b/sys-devel/libperl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/libperl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.136 2008/07/18 11:55:58 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.137 2008/08/02 12:51:38 pchrist Exp $ + + 02 Aug 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml: + Update metadata.xml to include USE flag descriptions. Entries taken from + profiles/use.local.desc. GLEP 56 18 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> files/libperl-5.8.8-fbsdhints.patch: diff --git a/sys-devel/libperl/metadata.xml b/sys-devel/libperl/metadata.xml index 86672fe64c10..30a872105442 100644 --- a/sys-devel/libperl/metadata.xml +++ b/sys-devel/libperl/metadata.xml @@ -7,4 +7,7 @@ <description>Primary Maintainer</description> </maintainer> <longdescription></longdescription> + <use> + <flag name='ithreads'>Enable Perl threads, has some compatibility problems</flag> + </use> </pkgmetadata> |