summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-08 23:23:34 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-08 23:23:34 +0000
commit6ec152c53629aef1fcf7fc9c586905feec6851c7 (patch)
tree1792ca5a8bfd1a29b154e2cf8ce1692b1448f212 /dev-perl/Log-Dispatch
parentold (diff)
downloadgentoo-2-6ec152c53629aef1fcf7fc9c586905feec6851c7.tar.gz
gentoo-2-6ec152c53629aef1fcf7fc9c586905feec6851c7.tar.bz2
gentoo-2-6ec152c53629aef1fcf7fc9c586905feec6851c7.zip
Make threads support optional via ithreads use flag, bug 545998
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/Log-Dispatch')
-rw-r--r--dev-perl/Log-Dispatch/ChangeLog6
-rw-r--r--dev-perl/Log-Dispatch/Log-Dispatch-2.440.0.ebuild7
-rw-r--r--dev-perl/Log-Dispatch/metadata.xml3
3 files changed, 12 insertions, 4 deletions
diff --git a/dev-perl/Log-Dispatch/ChangeLog b/dev-perl/Log-Dispatch/ChangeLog
index b61235314f4e..879f62cbf163 100644
--- a/dev-perl/Log-Dispatch/ChangeLog
+++ b/dev-perl/Log-Dispatch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Log-Dispatch
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/ChangeLog,v 1.2 2015/04/06 20:04:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/ChangeLog,v 1.3 2015/04/08 23:23:34 dilfridge Exp $
+
+ 08 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ Log-Dispatch-2.440.0.ebuild, metadata.xml:
+ Make threads support optional via ithreads use flag, bug 545998
*Log-Dispatch-2.440.0 (06 Apr 2015)
diff --git a/dev-perl/Log-Dispatch/Log-Dispatch-2.440.0.ebuild b/dev-perl/Log-Dispatch/Log-Dispatch-2.440.0.ebuild
index 5cb22058c4cb..a834b2947130 100644
--- a/dev-perl/Log-Dispatch/Log-Dispatch-2.440.0.ebuild
+++ b/dev-perl/Log-Dispatch/Log-Dispatch-2.440.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/Log-Dispatch-2.440.0.ebuild,v 1.1 2015/04/06 20:04:27 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Log-Dispatch/Log-Dispatch-2.440.0.ebuild,v 1.2 2015/04/08 23:23:34 dilfridge Exp $
EAPI=5
@@ -13,7 +13,8 @@ DESCRIPTION="Dispatches messages to multiple Log::Dispatch::* objects"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-aix"
-IUSE="test"
+IUSE="ithreads test"
+# see bug 545998 about the use flag ithreads
RDEPEND="
virtual/perl-Carp
@@ -23,8 +24,8 @@ RDEPEND="
dev-perl/Params-Validate
virtual/perl-Scalar-List-Utils
>=virtual/perl-Sys-Syslog-0.280.0
- virtual/perl-threads
virtual/perl-threads-shared
+ ithreads? ( virtual/perl-threads )
"
DEPEND="${RDEPEND}
>=dev-perl/Dist-CheckConflicts-0.20.0
diff --git a/dev-perl/Log-Dispatch/metadata.xml b/dev-perl/Log-Dispatch/metadata.xml
index fccca803fe89..9b90201f2082 100644
--- a/dev-perl/Log-Dispatch/metadata.xml
+++ b/dev-perl/Log-Dispatch/metadata.xml
@@ -20,4 +20,7 @@
<remote-id type="cpan-module">Log::Dispatch::Screen</remote-id>
<remote-id type="cpan-module">Log::Dispatch::Syslog</remote-id>
</upstream>
+ <use>
+ <flag name='ithreads'>Ensure perl is built with threads for Syslog 'lock' feature</flag>
+ </use>
</pkgmetadata>