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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37ABC158F56 for ; Mon, 16 Aug 2021 21:28:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2574E0867; Mon, 16 Aug 2021 21:28:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98303E0867 for ; Mon, 16 Aug 2021 21:28:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C245D335DB8 for ; Mon, 16 Aug 2021 21:28:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FF198D7 for ; Mon, 16 Aug 2021 21:28:48 +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: <1629148965.1afc8fe11ee1f924a714eecc58bca1d5c0b83a81.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_p20200803-r1.ebuild media-sound/sox/sox-14.4.2_p20200803-r2.ebuild X-VCS-Directories: media-sound/sox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1afc8fe11ee1f924a714eecc58bca1d5c0b83a81 X-VCS-Branch: master Date: Mon, 16 Aug 2021 21:28:48 +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: feb98fe5-38f5-4a19-b408-804a86e2ebd4 X-Archives-Hash: c21814c855e649d894ff5005f2aa4132 commit: 1afc8fe11ee1f924a714eecc58bca1d5c0b83a81 Author: Sam James gentoo org> AuthorDate: Mon Aug 16 21:21:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 21:22:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1afc8fe1 media-sound/sox: add missing slot operator dep (libid3tag) Signed-off-by: Sam James gentoo.org> ...{sox-14.4.2_p20200803-r1.ebuild => sox-14.4.2_p20200803-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/sox/sox-14.4.2_p20200803-r1.ebuild b/media-sound/sox/sox-14.4.2_p20200803-r2.ebuild similarity index 97% rename from media-sound/sox/sox-14.4.2_p20200803-r1.ebuild rename to media-sound/sox/sox-14.4.2_p20200803-r2.ebuild index 4c431212e18..c8ec11bac50 100644 --- a/media-sound/sox/sox-14.4.2_p20200803-r1.ebuild +++ b/media-sound/sox/sox-14.4.2_p20200803-r2.ebuild @@ -32,10 +32,10 @@ RDEPEND=" sys-apps/file alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) - ao? ( media-libs/libao ) + ao? ( media-libs/libao:= ) encode? ( >=media-sound/lame-3.98.4 ) flac? ( >=media-libs/flac-1.1.3 ) - id3tag? ( media-libs/libid3tag ) + id3tag? ( media-libs/libid3tag:= ) ladspa? ( media-libs/ladspa-sdk ) mad? ( media-libs/libmad ) ogg? (