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 9B52C139695 for ; Mon, 3 Jul 2017 21:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23EEB1FC004; Mon, 3 Jul 2017 21:13:01 +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 F198B1FC004 for ; Mon, 3 Jul 2017 21:13:00 +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 CCBF23417E7 for ; Mon, 3 Jul 2017 21:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E0B374A2 for ; Mon, 3 Jul 2017 21:12:58 +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: <1499116363.b8850d5d045eff342eb29e243da985de41b93b2e.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.6.10.ebuild X-VCS-Directories: games-rpg/manaplus/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b8850d5d045eff342eb29e243da985de41b93b2e X-VCS-Branch: master Date: Mon, 3 Jul 2017 21:12:58 +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: 99d34fbc-2558-41a1-9216-bd0eb4456083 X-Archives-Hash: f699d623feb70741767c2290efaa792e commit: b8850d5d045eff342eb29e243da985de41b93b2e Author: Lars Wendler gentoo org> AuthorDate: Mon Jul 3 21:08:14 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jul 3 21:12:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8850d5d games-rpg/manaplus: Version 1.7.6.10 stable for amd64 and x86. Package-Manager: Portage-2.3.6, Repoman-2.3.2 games-rpg/manaplus/manaplus-1.7.6.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-rpg/manaplus/manaplus-1.7.6.10.ebuild b/games-rpg/manaplus/manaplus-1.7.6.10.ebuild index 7896a6774af..658372c7dac 100644 --- a/games-rpg/manaplus/manaplus-1.7.6.10.ebuild +++ b/games-rpg/manaplus/manaplus-1.7.6.10.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+"