commit: d856073affe5f8715a64ee42ab7bb36c0dff5420
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 18:39:29 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 18:39:50 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d856073a
avoid trying to auto-use tremor (bug #566210)
Package-Manager: portage-2.2.20.1
games-engines/scummvm-tools/scummvm-tools-1.7.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-engines/scummvm-tools/scummvm-tools-1.7.0-r1.ebuild
b/games-engines/scummvm-tools/scummvm-tools-1.7.0-r1.ebuild
index 6c675fe..2ae1a49 100644
--- a/games-engines/scummvm-tools/scummvm-tools-1.7.0-r1.ebuild
+++ b/games-engines/scummvm-tools/scummvm-tools-1.7.0-r1.ebuild
@@ -42,6 +42,7 @@ src_configure() {
--prefix="${GAMES_PREFIX}" \
--libdir="${GAMES_PREFIX}/lib" \
--datadir="${GAMES_DATADIR}" \
+ --disable-tremor \
$(use_enable flac) \
$(use_enable iconv) \
$(use_enable iconv freetype) \