From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CF7A15817D for ; Wed, 19 Jun 2024 03:16:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67E57E2A6E; Wed, 19 Jun 2024 03:16:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7840E2A6E for ; Wed, 19 Jun 2024 03:16:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C576A335D0F for ; Wed, 19 Jun 2024 03:16:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 037B01682 for ; Wed, 19 Jun 2024 03:16:19 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1718766968.a7f997b3232b4bb1869dd2d3d97c5bfc89cf47de.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/perl-module.eclass X-VCS-Directories: eclass/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a7f997b3232b4bb1869dd2d3d97c5bfc89cf47de X-VCS-Branch: master Date: Wed, 19 Jun 2024 03:16:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec1dec5f-864c-4080-9918-6c4e8698e9c1 X-Archives-Hash: 7634e8fd126d72feb158a096469d4987 commit: a7f997b3232b4bb1869dd2d3d97c5bfc89cf47de Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jun 19 03:15:28 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Jun 19 03:16:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f997b3 perl-module.eclass: drop support for perl versions without PERL_FEATURES Signed-off-by: Andreas K. Hüttel gentoo.org> eclass/perl-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 432d1ab315dd..27cd053f0ea7 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -63,7 +63,7 @@ esac # @CODE PERL_USEDEP="perl_features_debug=,perl_features_ithreads=,perl_features_quadmath=" -GENTOO_PERL_DEPSTRING=" || ( >=dev-lang/perl-5.38.2-r3[${PERL_USEDEP}]