From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 621C51384B4 for ; Thu, 19 Nov 2015 18:40:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7916DE075F; Thu, 19 Nov 2015 18:40:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1997FE075F for ; Thu, 19 Nov 2015 18:40:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB04B3408EA for ; Thu, 19 Nov 2015 18:40:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFA8DA95 for ; Thu, 19 Nov 2015 18:40:01 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1447958390.d856073affe5f8715a64ee42ab7bb36c0dff5420.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/scummvm-tools/scummvm-tools-1.7.0-r1.ebuild X-VCS-Directories: games-engines/scummvm-tools/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: d856073affe5f8715a64ee42ab7bb36c0dff5420 X-VCS-Branch: master Date: Thu, 19 Nov 2015 18:40:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 43f83c5c-93d0-4e6c-b6d6-f005f0c8c75e X-Archives-Hash: 07d24e702c565193271aa5f1b9f070cc commit: d856073affe5f8715a64ee42ab7bb36c0dff5420 Author: Michael Sterrett gentoo org> AuthorDate: Thu Nov 19 18:39:29 2015 +0000 Commit: Michael Sterrett gentoo 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) \