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 19C93138334 for ; Mon, 11 Mar 2019 15:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C609E0B21; Mon, 11 Mar 2019 15:54:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E76BAE0B21 for ; Mon, 11 Mar 2019 15:54:05 +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 028693406BF for ; Mon, 11 Mar 2019 15:54:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A97852B for ; Mon, 11 Mar 2019 15:54:02 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1552319637.e44b2d678918e597db32fc0348495a16d9900203.polynomial-c@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.2.2.ebuild X-VCS-Directories: media-sound/audacity/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e44b2d678918e597db32fc0348495a16d9900203 X-VCS-Branch: master Date: Mon, 11 Mar 2019 15:54:02 +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: 8896b027-af94-490c-9ae7-c1c351e59f17 X-Archives-Hash: 20887f00729d2c3b7df9621277569159 commit: e44b2d678918e597db32fc0348495a16d9900203 Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 11 15:53:47 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 11 15:53:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44b2d67 media-sound/audacity: Adjusted portaudio dependency. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-sound/audacity/audacity-2.2.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/audacity/audacity-2.2.2.ebuild b/media-sound/audacity/audacity-2.2.2.ebuild index 13149d281eb..d9ca1cb5302 100644 --- a/media-sound/audacity/audacity-2.2.2.ebuild +++ b/media-sound/audacity/audacity-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,8 @@ RESTRICT="test" RDEPEND=">=app-arch/zip-2.3 dev-libs/expat >=media-libs/libsndfile-1.0.0 - =media-libs/portaudio-19* + >=media-libs/portaudio-19_pre +