diff options
author | Sam James <sam@gentoo.org> | 2022-09-10 09:27:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-10 09:40:27 +0100 |
commit | d678f1d0c6e9d37a03272f07c94ce9c42922cf31 (patch) | |
tree | 609a8351c3a278412c313437d9eaf2aa1a0cbfaf /media-sound/gmtp | |
parent | media-sound/sox: add media-libs/flac subslot dep (diff) | |
download | gentoo-d678f1d0c6e9d37a03272f07c94ce9c42922cf31.tar.gz gentoo-d678f1d0c6e9d37a03272f07c94ce9c42922cf31.tar.bz2 gentoo-d678f1d0c6e9d37a03272f07c94ce9c42922cf31.zip |
media-sound/gmtp: add media-libs/flac subslot dep
media-libs/flac-1.4.0 breaks ABI.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/gmtp')
-rw-r--r-- | media-sound/gmtp/gmtp-1.3.11-r3.ebuild (renamed from media-sound/gmtp/gmtp-1.3.11-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gmtp/gmtp-1.3.11-r2.ebuild b/media-sound/gmtp/gmtp-1.3.11-r3.ebuild index 321767f1fff4..77365b66227d 100644 --- a/media-sound/gmtp/gmtp-1.3.11-r2.ebuild +++ b/media-sound/gmtp/gmtp-1.3.11-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-libs/glib:2 - media-libs/flac + media-libs/flac:= media-libs/libid3tag:= media-libs/libmtp:= media-libs/libvorbis |