From d856073affe5f8715a64ee42ab7bb36c0dff5420 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 19 Nov 2015 13:39:29 -0500 Subject: [PATCH] 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 6c675feaec69b..2ae1a49cef557 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) \