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 247181396D3 for ; Tue, 5 Sep 2017 22:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87D39E0DAC; Tue, 5 Sep 2017 22:03:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 681E8E0D12 for ; Tue, 5 Sep 2017 22:03:05 +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 76A9D34167C for ; Tue, 5 Sep 2017 22:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8A0B8E37 for ; Tue, 5 Sep 2017 22:03:02 +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: <1504648974.1089c49afe0071b4101a75297704ce4f1eddcbf3.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.8.19.ebuild X-VCS-Directories: games-rpg/manaplus/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1089c49afe0071b4101a75297704ce4f1eddcbf3 X-VCS-Branch: master Date: Tue, 5 Sep 2017 22:03:02 +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: 86bafc40-6cdb-4663-997f-90599e325b56 X-Archives-Hash: 222c439b8e5f7737275bcec914463e99 commit: 1089c49afe0071b4101a75297704ce4f1eddcbf3 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 5 22:01:12 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 5 22:02:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1089c49a games-rpg/manaplus: Version 1.7.8.19 stable for amd64 and x86. Package-Manager: Portage-2.3.8, Repoman-2.3.3 games-rpg/manaplus/manaplus-1.7.8.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-rpg/manaplus/manaplus-1.7.8.19.ebuild b/games-rpg/manaplus/manaplus-1.7.8.19.ebuild index 2d5897b5d6f..26dc7ca27dd 100644 --- a/games-rpg/manaplus/manaplus-1.7.8.19.ebuild +++ b/games-rpg/manaplus/manaplus-1.7.8.19.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+"