diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-11 16:53:47 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-11 16:53:57 +0100 |
commit | e44b2d678918e597db32fc0348495a16d9900203 (patch) | |
tree | cb3f03fb79e61de24fb6382525322aaa63d14fa4 /media-sound | |
parent | media-plugins/calf: Drop 0.0.60-r1, 0.90.0-r2 (diff) | |
download | gentoo-e44b2d678918e597db32fc0348495a16d9900203.tar.gz gentoo-e44b2d678918e597db32fc0348495a16d9900203.tar.bz2 gentoo-e44b2d678918e597db32fc0348495a16d9900203.zip |
media-sound/audacity: Adjusted portaudio dependency.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/audacity-2.2.2.ebuild | 5 |
1 files 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 13149d281ebd..d9ca1cb53029 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 ) |