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 EF38D139085 for ; Sun, 5 Feb 2017 17:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51BBEE0DDA; Sun, 5 Feb 2017 17:03:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 33B3CE0DDA for ; Sun, 5 Feb 2017 17:03:59 +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 7E6CE34164D for ; Sun, 5 Feb 2017 17:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BAAD3DC2 for ; Sun, 5 Feb 2017 17:03:57 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1486314222.c8b5d1fd2c215e1c2c4501b229fd3e90cd3b7267.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/hexchat/hexchat-2.12.4-r1.ebuild X-VCS-Directories: net-irc/hexchat/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c8b5d1fd2c215e1c2c4501b229fd3e90cd3b7267 X-VCS-Branch: master Date: Sun, 5 Feb 2017 17:03:57 +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: bcaa71d7-5540-4459-a95f-5201e8310844 X-Archives-Hash: 02ea3835e656d200e032d3e5d42a284c commit: c8b5d1fd2c215e1c2c4501b229fd3e90cd3b7267 Author: Markus Meier gentoo org> AuthorDate: Sun Feb 5 17:03:42 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Feb 5 17:03:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b5d1fd net-irc/hexchat: arm stable, bug #606496 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" net-irc/hexchat/hexchat-2.12.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild index 32889e5..ec14f04 100644 --- a/net-irc/hexchat/hexchat-2.12.4-r1.ebuild +++ b/net-irc/hexchat/hexchat-2.12.4-r1.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_REPO_URI="git://github.com/hexchat/hexchat.git" else SRC_URI="https://dl.hexchat.net/hexchat/${P}.tar.xz" - KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux" fi LICENSE="GPL-2 plugin-fishlim? ( MIT )"