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 18D3B158089 for ; Tue, 19 Sep 2023 17:48:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89DBB2BC06E; Tue, 19 Sep 2023 17:48:47 +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 6C7222BC06E for ; Tue, 19 Sep 2023 17:48:47 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88706335CE9 for ; Tue, 19 Sep 2023 17:48:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD7F811EB for ; Tue, 19 Sep 2023 17:48:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1695145693.c2b448b78c416bbdc09a2714b7a110dbbcc2319e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rubberband/rubberband-3.3.0-r1.ebuild X-VCS-Directories: media-libs/rubberband/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c2b448b78c416bbdc09a2714b7a110dbbcc2319e X-VCS-Branch: master Date: Tue, 19 Sep 2023 17:48:43 +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: e0aaf1e9-4d54-498f-af22-e8cbbc104d0d X-Archives-Hash: bf561cf0e1fe6e7ecf689cb761672498 commit: c2b448b78c416bbdc09a2714b7a110dbbcc2319e Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 15 09:39:18 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Sep 19 17:48:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b448b7 media-libs/rubberband: fix VariableShadowed Signed-off-by: Arthur Zamarin gentoo.org> media-libs/rubberband/rubberband-3.3.0-r1.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-libs/rubberband/rubberband-3.3.0-r1.ebuild b/media-libs/rubberband/rubberband-3.3.0-r1.ebuild index 9aa199e409de..758939b3d965 100644 --- a/media-libs/rubberband/rubberband-3.3.0-r1.ebuild +++ b/media-libs/rubberband/rubberband-3.3.0-r1.ebuild @@ -13,11 +13,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" IUSE="ladspa lv2 jni static-libs +programs test vamp" +RESTRICT="!test? ( test )" -BDEPEND=" - virtual/pkgconfig -" -CDEPEND=" +DEPEND=" media-libs/libsamplerate[${MULTILIB_USEDEP}] sci-libs/fftw:3.0[${MULTILIB_USEDEP}] jni? ( >=virtual/jdk-1.8:* ) @@ -27,12 +25,13 @@ CDEPEND=" vamp? ( media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}] ) " RDEPEND=" - ${CDEPEND} + ${DEPEND} ppc? ( sys-devel/gcc:* ) " -DEPEND="${CDEPEND}" -BDEPEND="test? ( dev-libs/boost[${MULTILIB_USEDEP}] )" -RESTRICT="!test? ( test )" +BDEPEND=" + virtual/pkgconfig + test? ( dev-libs/boost[${MULTILIB_USEDEP}] ) +" src_prepare() { sed -i \