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 D5D9A138336 for ; Sat, 27 Oct 2018 18:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A9DE0943; Sat, 27 Oct 2018 18:47:03 +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 E1A1FE0943 for ; Sat, 27 Oct 2018 18:47:02 +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 A186C335C95 for ; Sat, 27 Oct 2018 18:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1BB5450 for ; Sat, 27 Oct 2018 18:46:59 +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: <1540665958.8d0dd2fae5290ff0b3b6e2f12bbffb912ef87fdd.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click/click-7.0.ebuild X-VCS-Directories: dev-python/click/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8d0dd2fae5290ff0b3b6e2f12bbffb912ef87fdd X-VCS-Branch: master Date: Sat, 27 Oct 2018 18:46:59 +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: 63583df3-0fd9-46a8-9282-a3d3328de14a X-Archives-Hash: 21ece8b0648395577dcbeeae7c338031 commit: 8d0dd2fae5290ff0b3b6e2f12bbffb912ef87fdd Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Oct 27 18:45:58 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 27 18:45:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0dd2fa dev-python/click: keyworded 7.0 for ia64, bug #668990 Signed-off-by: Sergei Trofimovich gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64" dev-python/click/click-7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/click/click-7.0.ebuild b/dev-python/click/click-7.0.ebuild index e6e39841fdc..3bd51bbba83 100644 --- a/dev-python/click/click-7.0.ebuild +++ b/dev-python/click/click-7.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://click.pocoo.org/ https://pypi.org/project/click/" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="doc examples test" DEPEND="