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 111CC139694 for ; Fri, 24 Feb 2017 10:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 766EB21C088; Fri, 24 Feb 2017 10:35:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 56D0821C088 for ; Fri, 24 Feb 2017 10:35:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9E551340FC8 for ; Fri, 24 Feb 2017 10:35:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 757BD52E2 for ; Fri, 24 Feb 2017 10:35:11 +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: <1487932493.740d695da217b3635ca79ec45c4d98fcc6edab50.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.2.4.ebuild X-VCS-Directories: games-rpg/manaplus/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 740d695da217b3635ca79ec45c4d98fcc6edab50 X-VCS-Branch: master Date: Fri, 24 Feb 2017 10:35:11 +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: 957a0154-f013-47b8-a6b8-b77e7e138f28 X-Archives-Hash: 7e0c8aac7052931586476e58f63ece33 commit: 740d695da217b3635ca79ec45c4d98fcc6edab50 Author: Lars Wendler gentoo org> AuthorDate: Fri Feb 24 09:49:20 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Feb 24 10:34:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740d695d games-rpg/manaplus: Version 1.7.2.4 stable for amd64 and x86 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64,x86" games-rpg/manaplus/manaplus-1.7.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-rpg/manaplus/manaplus-1.7.2.4.ebuild b/games-rpg/manaplus/manaplus-1.7.2.4.ebuild index c3fe215b2d..c88f19cfe9 100644 --- a/games-rpg/manaplus/manaplus-1.7.2.4.ebuild +++ b/games-rpg/manaplus/manaplus-1.7.2.4.ebuild @@ -11,7 +11,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+"