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 E9745138334 for ; Mon, 11 Jun 2018 00:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEADBE08CD; Mon, 11 Jun 2018 00:04:53 +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 3923AE08CD for ; Mon, 11 Jun 2018 00:04:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CAFA9335C9E for ; Mon, 11 Jun 2018 00:04:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 563C92C8 for ; Mon, 11 Jun 2018 00:04:49 +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: <1528675460.7255340079580c04446658fcddc16ddd74806818.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-r1.ebuild X-VCS-Directories: media-sound/sox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7255340079580c04446658fcddc16ddd74806818 X-VCS-Branch: master Date: Mon, 11 Jun 2018 00:04:49 +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-Archives-Salt: 92418b20-820b-4828-9bcf-4b97f1cc3bb9 X-Archives-Hash: 3aab6a67ba405f8b035bfaf9ba7c5ed3 commit: 7255340079580c04446658fcddc16ddd74806818 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 10 22:56:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 11 00:04:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72553400 media-sound/sox: One line per DEPEND Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/sox/sox-14.4.2-r1.ebuild | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/media-sound/sox/sox-14.4.2-r1.ebuild b/media-sound/sox/sox-14.4.2-r1.ebuild index 083f3c74e4c..8ebda3df10b 100644 --- a/media-sound/sox/sox-14.4.2-r1.ebuild +++ b/media-sound/sox/sox-14.4.2-r1.ebuild @@ -25,9 +25,18 @@ RDEPEND=" id3tag? ( media-libs/libid3tag ) ladspa? ( media-libs/ladspa-sdk ) mad? ( media-libs/libmad ) - ogg? ( media-libs/libvorbis media-libs/libogg ) - opus? ( media-libs/opus media-libs/opusfile ) - png? ( media-libs/libpng:0= sys-libs/zlib ) + ogg? ( + media-libs/libogg + media-libs/libvorbis + ) + opus? ( + media-libs/opus + media-libs/opusfile + ) + png? ( + media-libs/libpng:0= + sys-libs/zlib + ) pulseaudio? ( media-sound/pulseaudio ) sndfile? ( >=media-libs/libsndfile-1.0.11 ) twolame? ( media-sound/twolame )