Skip to content

Commit

Permalink
games-engines/scummvm-tools: add media-libs/flac subslot dep
Browse files Browse the repository at this point in the history
media-libs/flac-1.4.0 breaks ABI.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 10, 2022
1 parent 5be9b69 commit 6a93a97
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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=8
Expand All @@ -20,10 +20,10 @@ RDEPEND="
dev-libs/boost:=
sys-libs/zlib
x11-libs/wxGTK:${WX_GTK_VER}
flac? ( media-libs/flac )
flac? ( media-libs/flac:= )
iconv? ( virtual/libiconv media-libs/freetype:2 )
mad? ( media-libs/libmad )
png? ( media-libs/libpng:0= )
png? ( media-libs/libpng:= )
vorbis? ( media-libs/libvorbis )
"
DEPEND="
Expand Down

0 comments on commit 6a93a97

Please sign in to comment.