diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-19 13:39:29 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-19 13:39:50 -0500 |
commit | d856073affe5f8715a64ee42ab7bb36c0dff5420 (patch) | |
tree | 3d34b0bd6e74678bc14e2e239201fb8eabb82d83 /games-engines | |
parent | media-radio/fldigi: Version bump (diff) | |
download | gentoo-d856073affe5f8715a64ee42ab7bb36c0dff5420.tar.gz gentoo-d856073affe5f8715a64ee42ab7bb36c0dff5420.tar.bz2 gentoo-d856073affe5f8715a64ee42ab7bb36c0dff5420.zip |
avoid trying to auto-use tremor (bug #566210)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.7.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 6c675feaec69..2ae1a49cef55 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) \ |