diff options
author | Sam James <sam@gentoo.org> | 2021-08-16 22:14:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-16 22:22:33 +0100 |
commit | 932bb025a7767b942480baf2cfe35e055d665b13 (patch) | |
tree | 366d4fb8a59937975510be63510a70472ccae05a /media-sound/audacity | |
parent | media-sound/alsaplayer: add missing slot operator dep (libid3tag) (diff) | |
download | gentoo-932bb025a7767b942480baf2cfe35e055d665b13.tar.gz gentoo-932bb025a7767b942480baf2cfe35e055d665b13.tar.bz2 gentoo-932bb025a7767b942480baf2cfe35e055d665b13.zip |
media-sound/audacity: add missing slot operator dep (libid3tag)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-2.4.2-r2.ebuild (renamed from media-sound/audacity/audacity-2.4.2-r1.ebuild) | 6 |
1 files 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 index 4c5130a8044f..31ae2a91f847 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 |