summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-04-21 22:26:08 +1100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-05-07 09:55:16 +0200
commitb94387ffaef892cfe3551d871decf34d0e6b8635 (patch)
tree2bcd4e0d5a8dab413e7edfa9b732c50d69f69d93 /app-metrics
parentapp-editors/padre: Port to PERL_FEATURES (diff)
downloadgentoo-b94387ffaef892cfe3551d871decf34d0e6b8635.tar.gz
gentoo-b94387ffaef892cfe3551d871decf34d0e6b8635.tar.bz2
gentoo-b94387ffaef892cfe3551d871decf34d0e6b8635.zip
app-metrics/collectd: Port to PERL_FEATURES
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-metrics')
-rw-r--r--app-metrics/collectd/collectd-5.12.0-r10.ebuild (renamed from app-metrics/collectd/collectd-5.12.0-r9.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-metrics/collectd/collectd-5.12.0-r9.ebuild b/app-metrics/collectd/collectd-5.12.0-r10.ebuild
index 8d1cbfe0d598..301e390ecd45 100644
--- a/app-metrics/collectd/collectd-5.12.0-r9.ebuild
+++ b/app-metrics/collectd/collectd-5.12.0-r10.ebuild
@@ -89,7 +89,7 @@ COMMON_DEPEND="
dev-libs/libgcrypt:=
dev-libs/libltdl:0=
sys-libs/libcap
- perl? ( dev-lang/perl:=[ithreads] )
+ perl? ( || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads] <dev-lang/perl-5.38.2-r3[ithreads] ) dev-lang/perl:= )
udev? ( virtual/udev )
xfs? ( sys-fs/xfsprogs )
collectd_plugins_amqp? ( net-libs/rabbitmq-c )
@@ -123,7 +123,7 @@ COMMON_DEPEND="
collectd_plugins_oracle? ( dev-db/oracle-instantclient[sdk] )
collectd_plugins_ovs_events? ( dev-libs/yajl:= )
collectd_plugins_ovs_stats? ( dev-libs/yajl:= )
- collectd_plugins_perl? ( dev-lang/perl:=[ithreads] )
+ collectd_plugins_perl? ( || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads] <dev-lang/perl-5.38.2-r3[ithreads] ) dev-lang/perl:= )
collectd_plugins_ping? ( net-libs/liboping )
collectd_plugins_postgresql? ( dev-db/postgresql:= )
collectd_plugins_procevent? ( dev-libs/yajl:= )