From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5C261382C5 for ; Fri, 5 Jan 2018 08:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6A2AE0B92; Fri, 5 Jan 2018 08:29:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2773E0B92 for ; Fri, 5 Jan 2018 08:29:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69FAA335C09 for ; Fri, 5 Jan 2018 08:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4F67145 for ; Fri, 5 Jan 2018 08:28:59 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1515140932.9849338378b0d161d2f49db4eb2e77f6515c746a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mgba/mgba-0.6.1.ebuild X-VCS-Directories: games-emulation/mgba/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9849338378b0d161d2f49db4eb2e77f6515c746a X-VCS-Branch: master Date: Fri, 5 Jan 2018 08:28:59 +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: d3cc0eca-559a-4e52-a476-d936099491c2 X-Archives-Hash: 6d231c16fee0c57b681a74955519761e commit: 9849338378b0d161d2f49db4eb2e77f6515c746a Author: Lars Wendler gentoo org> AuthorDate: Fri Jan 5 08:28:32 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jan 5 08:28:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98493383 games-emulation/mgba: Version 0.6.1 stable for amd64 and x86. Closes: https://bugs.gentoo.org/641196 Package-Manager: Portage-2.3.19, Repoman-2.3.6 games-emulation/mgba/mgba-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/mgba/mgba-0.6.1.ebuild b/games-emulation/mgba/mgba-0.6.1.ebuild index 0df5f259bab..9bd4dc4f28c 100644 --- a/games-emulation/mgba/mgba-0.6.1.ebuild +++ b/games-emulation/mgba/mgba-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug ffmpeg imagemagick opengl qt5 +sdl" REQUIRED_USE="|| ( qt5 sdl ) qt5? ( opengl )"