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 83CBA1384B4 for ; Tue, 10 Nov 2015 16:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B36DBE07FE; Tue, 10 Nov 2015 16:58:00 +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 55BDCE07FE for ; Tue, 10 Nov 2015 16:57:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F02D23405C3 for ; Tue, 10 Nov 2015 16:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED6BFA47 for ; Tue, 10 Nov 2015 16:57:54 +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: <1447174663.dd1cf30dd5baef5f827d55fee88cc1c54d6a921c.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: dd1cf30dd5baef5f827d55fee88cc1c54d6a921c X-VCS-Branch: master Date: Tue, 10 Nov 2015 16:57:54 +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: 71c25a20-8dec-4cd6-a2d6-f70133a3d74d X-Archives-Hash: 379fd84ecc9147f4c4ff7b88e96b83c0 commit: dd1cf30dd5baef5f827d55fee88cc1c54d6a921c Author: Michael Sterrett gentoo org> AuthorDate: Tue Nov 10 16:57:16 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Tue Nov 10 16:57:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1cf30d drop attempt at enabling mmx support since it doesn't work on amd64 (bug #564980) Package-Manager: portage-2.2.20.1 games-emulation/vbam/vbam-2.0.0_pre1507.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild index 0e0e07b..146aafb 100644 --- a/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild +++ b/games-emulation/vbam/vbam-2.0.0_pre1507.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://sourceforge.net/projects/vbam/" LICENSE="GPL-2+" SLOT="0" -IUSE="cairo cpu_flags_x86_mmx ffmpeg gtk link lirc nls openal +sdl wxwidgets" +IUSE="cairo ffmpeg gtk link lirc nls openal +sdl wxwidgets" REQUIRED_USE="|| ( sdl gtk wxwidgets )" RDEPEND=">=media-libs/libpng-1.4:0= @@ -72,7 +72,6 @@ src_configure() { $(cmake-utils_use_enable wxwidgets WX) $(cmake-utils_use_enable x86 ASM_CORE) $(cmake-utils_use_enable x86 ASM_SCALERS) - $(cmake-utils_use_enable cpu_flags_x86_mmx MMX) -DCMAKE_SKIP_RPATH=ON -DDATA_INSTALL_DIR=share/games/${PN} )