From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-944795-garchives=archives.gentoo.org@lists.gentoo.org>
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 F19A5139696
	for <garchives@archives.gentoo.org>; Wed, 19 Apr 2017 09:38:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2B1E1E0CC5;
	Wed, 19 Apr 2017 09:38:36 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 065DFE0CC5
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Apr 2017 09:38:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 A794A34164B
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Apr 2017 09:38:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 18E477438
	for <gentoo-commits@lists.gentoo.org>; Wed, 19 Apr 2017 09:38:33 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
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" <polynomial-c@gentoo.org>
Message-ID: <1492594700.bd96b7888bf9f46c46ef83b310348222950851e5.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-rpg/manaplus/manaplus-1.7.4.1.ebuild
X-VCS-Directories: games-rpg/manaplus/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: bd96b7888bf9f46c46ef83b310348222950851e5
X-VCS-Branch: master
Date: Wed, 19 Apr 2017 09:38:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3618365e-e754-4a85-8c91-38f6b2ae28dd
X-Archives-Hash: cdeb72ab7a8329c749d24dfc8e7a9b87

commit:     bd96b7888bf9f46c46ef83b310348222950851e5
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 09:20:14 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 09:38:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd96b788

games-rpg/manaplus: Version 1.7.4.1 stable for amd64 and x86.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-rpg/manaplus/manaplus-1.7.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-rpg/manaplus/manaplus-1.7.4.1.ebuild b/games-rpg/manaplus/manaplus-1.7.4.1.ebuild
index 7896a6774af..658372c7dac 100644
--- a/games-rpg/manaplus/manaplus-1.7.4.1.ebuild
+++ b/games-rpg/manaplus/manaplus-1.7.4.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git"
 else
 	SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2+"