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 02839158F57 for ; Mon, 16 Aug 2021 21:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D33E0843; Mon, 16 Aug 2021 21:28:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 12EB7E0843 for ; Mon, 16 Aug 2021 21:28:51 +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 2BEA6335DB7 for ; Mon, 16 Aug 2021 21:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 835D08BB for ; Mon, 16 Aug 2021 21:28:47 +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: <1629148953.932bb025a7767b942480baf2cfe35e055d665b13.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacity/audacity-2.4.2-r1.ebuild media-sound/audacity/audacity-2.4.2-r2.ebuild X-VCS-Directories: media-sound/audacity/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 932bb025a7767b942480baf2cfe35e055d665b13 X-VCS-Branch: master Date: Mon, 16 Aug 2021 21:28:47 +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: 259795e1-5221-4919-8c72-1a4ee82e9388 X-Archives-Hash: 92a16e8aa0e572a5a695e7f1687f97e1 commit: 932bb025a7767b942480baf2cfe35e055d665b13 Author: Sam James gentoo org> AuthorDate: Mon Aug 16 21:14:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 21:22:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932bb025 media-sound/audacity: add missing slot operator dep (libid3tag) Signed-off-by: Sam James gentoo.org> .../audacity/{audacity-2.4.2-r1.ebuild => audacity-2.4.2-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/audacity/audacity-2.4.2-r1.ebuild b/media-sound/audacity/audacity-2.4.2-r2.ebuild similarity index 97% rename from media-sound/audacity/audacity-2.4.2-r1.ebuild rename to media-sound/audacity/audacity-2.4.2-r2.ebuild index 4c5130a8044..31ae2a91f84 100644 --- a/media-sound/audacity/audacity-2.4.2-r1.ebuild +++ b/media-sound/audacity/audacity-2.4.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,7 +25,7 @@ RESTRICT="test" RDEPEND="dev-libs/expat media-libs/libsndfile - media-libs/libsoundtouch + media-libs/libsoundtouch:= media-libs/portaudio[alsa?] media-libs/soxr >=media-sound/lame-3.100-r3 @@ -33,7 +33,7 @@ RDEPEND="dev-libs/expat alsa? ( media-libs/alsa-lib ) ffmpeg? ( media-video/ffmpeg:= ) flac? ( media-libs/flac[cxx] ) - id3tag? ( media-libs/libid3tag ) + id3tag? ( media-libs/libid3tag:= ) jack? ( virtual/jack ) lv2? ( dev-libs/serd