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 07250138334 for ; Wed, 27 Jun 2018 07:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1216E0AC5; Wed, 27 Jun 2018 07:09:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 63C89E0AC5 for ; Wed, 27 Jun 2018 07:09:34 +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 8B799335CB1 for ; Wed, 27 Jun 2018 07:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E62D42C8 for ; Wed, 27 Jun 2018 07:09:30 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1530083363.84eb7aae54ccb3b5825abaeb8f34e1fb6873589d.slyfox@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-r2.ebuild X-VCS-Directories: net-irc/hexchat/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 84eb7aae54ccb3b5825abaeb8f34e1fb6873589d X-VCS-Branch: master Date: Wed, 27 Jun 2018 07:09:30 +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: e28d48dc-e81e-478c-acfd-c1efccfd16a8 X-Archives-Hash: ee76fa72ae0a773192b1dfab586ffdc5 commit: 84eb7aae54ccb3b5825abaeb8f34e1fb6873589d Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jun 27 07:09:13 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jun 27 07:09:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84eb7aae net-irc/hexchat: stable 2.12.4-r2 for ia64, bug #658752 Bug: https://bugs.gentoo.org/658752 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" net-irc/hexchat/hexchat-2.12.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild index a87be7e6048..caccdca97ee 100644 --- a/net-irc/hexchat/hexchat-2.12.4-r2.ebuild +++ b/net-irc/hexchat/hexchat-2.12.4-r2.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" == "9999" ]] ; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" else SRC_URI="https://dl.hexchat.net/${PN}/${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 )"