commit: e44b2d678918e597db32fc0348495a16d9900203
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 15:53:47 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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
+ <media-libs/portaudio-19.06.00-r2
media-libs/soxr
x11-libs/wxGTK:3.0[X]
alsa? ( media-libs/alsa-lib )