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 4307C158064 for ; Fri, 3 May 2024 06:57:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F4C82BC039; Fri, 3 May 2024 06:57:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E0782BC036 for ; Fri, 3 May 2024 06:57:07 +0000 (UTC) From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= To: gentoo-dev@lists.gentoo.org Cc: pr@gentoo.org, =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Subject: [gentoo-dev] [PATCH 6/9] virtual/perl-threads: Port to PERL_FEATURES Date: Fri, 3 May 2024 08:55:33 +0200 Message-ID: <20240503065536.2268112-6-dilfridge@gentoo.org> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240503065536.2268112-1-dilfridge@gentoo.org> References: <4096348.usQuhbGJ8B@noumea> <20240503065536.2268112-1-dilfridge@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 1ed4604c-0cc7-4e5c-b757-38b488de45a8 X-Archives-Hash: 9014e1a06ca95da1e627972c83172ed9 Signed-off-by: Andreas K. Hüttel --- ...-threads-2.360.0.ebuild => perl-threads-2.360.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename virtual/perl-threads/{perl-threads-2.360.0.ebuild => perl-threads-2.360.0-r1.ebuild} (70%) diff --git a/virtual/perl-threads/perl-threads-2.360.0.ebuild b/virtual/perl-threads/perl-threads-2.360.0-r1.ebuild similarity index 70% rename from virtual/perl-threads/perl-threads-2.360.0.ebuild rename to virtual/perl-threads/perl-threads-2.360.0-r1.ebuild index b2dc86d96822..3671df6d6c57 100644 --- a/virtual/perl-threads/perl-threads-2.360.0.ebuild +++ b/virtual/perl-threads/perl-threads-2.360.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" RDEPEND=" - || ( =dev-lang/perl-5.38*[ithreads] ~perl-core/${PN#perl-}-${PV} ) + || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads] =dev-lang/perl-5.38.2-r2[ithreads] ~perl-core/${PN#perl-}-${PV} ) dev-lang/perl:= !perl-core/${PN#perl-}-${PV}-r999 -- 2.43.2