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 053751382C5 for ; Wed, 24 Jan 2018 23:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1073E08EA; Wed, 24 Jan 2018 23:12:50 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F28DE08EA for ; Wed, 24 Jan 2018 23:12:50 +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 54CF9335C33 for ; Wed, 24 Jan 2018 23:12:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A3201D0 for ; Wed, 24 Jan 2018 23:12:47 +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: <1516835514.f790c5ca2a8ca52bc6c95837350e5f51f2386e3a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cherrypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cherrypy/cherrypy-13.1.0.ebuild X-VCS-Directories: dev-python/cherrypy/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f790c5ca2a8ca52bc6c95837350e5f51f2386e3a X-VCS-Branch: master Date: Wed, 24 Jan 2018 23:12:47 +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: 7de8de62-9036-469a-bc2d-b0aca90ffda0 X-Archives-Hash: c2f0dda3089a33a3936f626d83bdc469 commit: f790c5ca2a8ca52bc6c95837350e5f51f2386e3a Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jan 24 23:11:54 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jan 24 23:11:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f790c5ca dev-python/cherrypy: keyworded 13.1.0 for ia64, bug #644088 Package-Manager: Portage-2.3.20, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" dev-python/cherrypy/cherrypy-13.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cherrypy/cherrypy-13.1.0.ebuild b/dev-python/cherrypy/cherrypy-13.1.0.ebuild index 13a80e2b9df..55d7017fb48 100644 --- a/dev-python/cherrypy/cherrypy-13.1.0.ebuild +++ b/dev-python/cherrypy/cherrypy-13.1.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/C/CherryPy/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="test" RDEPEND=">=dev-python/cheroot-5.9.1[${PYTHON_USEDEP}]