commit:     b94387ffaef892cfe3551d871decf34d0e6b8635
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 11:26:08 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May  7 07:55:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94387ff

app-metrics/collectd: Port to PERL_FEATURES

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../{collectd-5.12.0-r9.ebuild => collectd-5.12.0-r10.ebuild}         | 4 ++--
 1 file 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
similarity index 98%
rename from app-metrics/collectd/collectd-5.12.0-r9.ebuild
rename to 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:= )

Reply via email to