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 55F3513835A for ; Wed, 10 Jun 2020 20:21:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9D4E097C; Wed, 10 Jun 2020 20:20:59 +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 76C1EE097C for ; Wed, 10 Jun 2020 20:20:59 +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 CFD2334E54E for ; Wed, 10 Jun 2020 20:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2546291 for ; Wed, 10 Jun 2020 20:20:55 +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: <1591820448.89a189ccf0e2c7f7d76ba0458f88a7cb1e59b0bb.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-19.3.1-r2.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 89a189ccf0e2c7f7d76ba0458f88a7cb1e59b0bb X-VCS-Branch: master Date: Wed, 10 Jun 2020 20:20:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 50d41845-5bab-40dc-b5b3-dbd0c34a9e71 X-Archives-Hash: 824e916dabd848c11a1ee8fcd91ac0e1 commit: 89a189ccf0e2c7f7d76ba0458f88a7cb1e59b0bb Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Jun 10 20:12:12 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jun 10 20:20:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a189cc dev-python/pip: keyworded 19.3.1-r2 for hppa Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/pip/pip-19.3.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pip/pip-19.3.1-r2.ebuild b/dev-python/pip/pip-19.3.1-r2.ebuild index 4336e61dd87..7a211e7afe0 100644 --- a/dev-python/pip/pip-19.3.1-r2.ebuild +++ b/dev-python/pip/pip-19.3.1-r2.ebuild @@ -24,7 +24,7 @@ SRC_URI=" # setuptools & wheel .whl files are required for testing, exact version is not very important. LICENSE="MIT" -KEYWORDS="amd64 arm64 ~sparc x86" +KEYWORDS="amd64 arm64 ~hppa ~sparc x86" SLOT="0" IUSE="test -vanilla"