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 00C7F59CAF for ; Sun, 3 Apr 2016 03:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 328EB21C01E; Sun, 3 Apr 2016 03:08:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB58221C01E for ; Sun, 3 Apr 2016 03:08:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE27C340BE6 for ; Sun, 3 Apr 2016 03:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBB3F84 for ; Sun, 3 Apr 2016 03:08:15 +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: <1459652883.32f8d90649164ca4a2674273ba961fa283b47607.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/vbam/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/vbam/vbam-2.0.0_pre1507.ebuild X-VCS-Directories: games-emulation/vbam/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 32f8d90649164ca4a2674273ba961fa283b47607 X-VCS-Branch: master Date: Sun, 3 Apr 2016 03:08:15 +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: 47ea1f44-252e-46bc-a6ab-7741e8792ccd X-Archives-Hash: 5592bf1d7c565ffad1f532ef1ab1954e commit: 32f8d90649164ca4a2674273ba961fa283b47607 Author: Michael Sterrett gentoo org> AuthorDate: Sun Apr 3 03:07:41 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Sun Apr 3 03:08:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f8d906 games-emulation/vbam: explicitly set the makefile ganerator (bug #562540) Package-Manager: portage-2.2.26 games-emulation/vbam/vbam-2.0.0_pre1507.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild index f9c8f35..b65ee28 100644 --- a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild +++ b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 WX_GTK_VER="3.0" +CMAKE_MAKEFILE_GENERATOR=emake inherit cmake-utils wxwidgets flag-o-matic gnome2-utils fdo-mime games if [[ ${PV} == 9999 ]]; then