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 44E59139360 for ; Sat, 14 Aug 2021 03:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49F1BE0A4A; Sat, 14 Aug 2021 03:48:42 +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 44A91E0A49 for ; Sat, 14 Aug 2021 03:48:41 +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 5EC5A342AE3 for ; Sat, 14 Aug 2021 03:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3F448C6 for ; Sat, 14 Aug 2021 03:48:37 +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: <1628912896.c3075f4c3d23c0b37ef263446bbefdbaeb59943a.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.ebuild X-VCS-Directories: media-sound/sox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c3075f4c3d23c0b37ef263446bbefdbaeb59943a X-VCS-Branch: master Date: Sat, 14 Aug 2021 03:48:37 +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: a6a070e1-06e1-49d3-9b77-84f18575d80d X-Archives-Hash: 3f620429d12189f0c2d72070417d87de commit: c3075f4c3d23c0b37ef263446bbefdbaeb59943a Author: Sam James gentoo org> AuthorDate: Sat Aug 14 02:57:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 14 03:48:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3075f4c media-sound/sox: add sys-apps/file dep for libmagic Signed-off-by: Sam James gentoo.org> .../sox/{sox-14.4.2_p20200803.ebuild => sox-14.4.2_p20200803-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/sox/sox-14.4.2_p20200803.ebuild b/media-sound/sox/sox-14.4.2_p20200803-r1.ebuild similarity index 99% rename from media-sound/sox/sox-14.4.2_p20200803.ebuild rename to media-sound/sox/sox-14.4.2_p20200803-r1.ebuild index 00dfb2eb983..4c431212e18 100644 --- a/media-sound/sox/sox-14.4.2_p20200803.ebuild +++ b/media-sound/sox/sox-14.4.2_p20200803-r1.ebuild @@ -29,6 +29,7 @@ BDEPEND=" RDEPEND=" dev-libs/libltdl:0= >=media-sound/gsm-1.0.12-r1 + sys-apps/file alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) ao? ( media-libs/libao )