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 D10EF158043 for ; Tue, 16 Apr 2024 01:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7535FE29F2; Tue, 16 Apr 2024 01:40:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45B0CE29F2 for ; Tue, 16 Apr 2024 01:40:28 +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 58841343176 for ; Tue, 16 Apr 2024 01:40:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B373E16FB for ; Tue, 16 Apr 2024 01:40:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1713231567.4c239c75d0fa45ff815cc9378932a1d9d7156ec3.sam@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-r2.ebuild X-VCS-Directories: media-sound/sox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4c239c75d0fa45ff815cc9378932a1d9d7156ec3 X-VCS-Branch: master Date: Tue, 16 Apr 2024 01:40:25 +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: dc356611-7a30-4596-a925-d57feb2074e9 X-Archives-Hash: be8457780d6d4d5070d8c91534bc6547 commit: 4c239c75d0fa45ff815cc9378932a1d9d7156ec3 Author: Gabi Falk gmx com> AuthorDate: Mon Apr 15 08:00:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 16 01:39:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c239c75 media-sound/sox: add BDEPEND on dev-build/autoconf-archive Closes: https://bugs.gentoo.org/904367 Signed-off-by: Gabi Falk gmx.com> Closes: https://github.com/gentoo/gentoo/pull/36271 Signed-off-by: Sam James gentoo.org> media-sound/sox/sox-14.4.2_p20210509-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/sox/sox-14.4.2_p20210509-r2.ebuild b/media-sound/sox/sox-14.4.2_p20210509-r2.ebuild index c3f045b5fcb2..67275fe5d428 100644 --- a/media-sound/sox/sox-14.4.2_p20210509-r2.ebuild +++ b/media-sound/sox/sox-14.4.2_p20210509-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 @@ -25,6 +25,7 @@ IUSE="alsa amr ao encode flac id3tag ladspa mad magic ogg openmp oss opus png pu BDEPEND=" app-arch/unzip virtual/pkgconfig + dev-build/autoconf-archive " RDEPEND=" dev-libs/libltdl:0=