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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52E80158042 for ; Sun, 10 Nov 2024 10:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8615EE0922; Sun, 10 Nov 2024 10:11:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 44F0AE0922 for ; Sun, 10 Nov 2024 10:11:17 +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 8CE8D34069F for ; Sun, 10 Nov 2024 10:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 283AF1953 for ; Sun, 10 Nov 2024 10:11:15 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1731233463.f6f2352bf92d7b739b35668aa5d128fa08fc54d9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sox/sox-14.4.2_p20210509-r3.ebuild X-VCS-Directories: media-sound/sox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f6f2352bf92d7b739b35668aa5d128fa08fc54d9 X-VCS-Branch: master Date: Sun, 10 Nov 2024 10:11:15 +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: 43d1e8b4-6a62-40e7-a834-9d3e5e75fe00 X-Archives-Hash: 569a6fe10acd6e9c6071cba477839b7f commit: f6f2352bf92d7b739b35668aa5d128fa08fc54d9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 9 19:15:48 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 10 10:11:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f2352b media-sound/sox: Drop IUSE static-libs Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/sox/sox-14.4.2_p20210509-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-sound/sox/sox-14.4.2_p20210509-r3.ebuild b/media-sound/sox/sox-14.4.2_p20210509-r3.ebuild index a61bd7961895..5e8421cb4270 100644 --- a/media-sound/sox/sox-14.4.2_p20210509-r3.ebuild +++ b/media-sound/sox/sox-14.4.2_p20210509-r3.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="alsa amr ao encode flac id3tag ladspa mad magic ogg openmp oss opus png pulseaudio sndfile sndio static-libs twolame wavpack" +IUSE="alsa amr ao encode flac id3tag ladspa mad magic ogg openmp oss opus png pulseaudio sndfile sndio twolame wavpack" RDEPEND=" dev-libs/libltdl:0= @@ -103,7 +103,6 @@ src_configure() { $(use_enable pulseaudio) $(use_enable sndfile) $(use_enable sndio) - $(use_enable static-libs static) $(use_with twolame) $(use_enable wavpack) --enable-formats=dyn