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 215B5158064 for ; Fri, 3 May 2024 06:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BA652BC021; Fri, 3 May 2024 06:56:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1F5A2BC01E for ; Fri, 3 May 2024 06:56:53 +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 4/9] media-sound/cantata: Port to PERL_FEATURES Date: Fri, 3 May 2024 08:55:31 +0200 Message-ID: <20240503065536.2268112-4-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: fba1bd23-d9ff-42f7-ab6a-075424011851 X-Archives-Hash: 639efe467dc78de34e6e366f4bb0214d Signed-off-by: Andreas K. Hüttel --- .../{cantata-2.5.0-r1.ebuild => cantata-2.5.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename media-sound/cantata/{cantata-2.5.0-r1.ebuild => cantata-2.5.0-r2.ebuild} (95%) diff --git a/media-sound/cantata/cantata-2.5.0-r1.ebuild b/media-sound/cantata/cantata-2.5.0-r2.ebuild similarity index 95% rename from media-sound/cantata/cantata-2.5.0-r1.ebuild rename to media-sound/cantata/cantata-2.5.0-r2.ebuild index 59af4a9d39c5..334a2e24c048 100644 --- a/media-sound/cantata/cantata-2.5.0-r1.ebuild +++ b/media-sound/cantata/cantata-2.5.0-r2.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 @@ -55,7 +55,7 @@ COMMON_DEPEND=" zeroconf? ( net-dns/avahi ) " RDEPEND="${COMMON_DEPEND} - dev-lang/perl[ithreads] + || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads]