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 80A19138335 for ; Thu, 2 Jan 2020 08:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCC4DE0B28; Thu, 2 Jan 2020 08:40:22 +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 ACE03E0B1D for ; Thu, 2 Jan 2020 08:40:22 +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 410AE34DE69 for ; Thu, 2 Jan 2020 08:40:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4C9DA9 for ; Thu, 2 Jan 2020 08:40:11 +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: <1577954405.31bb28cd4f376e1f24acb663af39299250862e29.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PySocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PySocks/PySocks-1.6.8.ebuild X-VCS-Directories: dev-python/PySocks/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 31bb28cd4f376e1f24acb663af39299250862e29 X-VCS-Branch: master Date: Thu, 2 Jan 2020 08:40:11 +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: 3722da88-5082-4c24-b6b4-26d32f34a099 X-Archives-Hash: b358abf2d2b057ca58b27015acd2ce89 commit: 31bb28cd4f376e1f24acb663af39299250862e29 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jan 1 23:12:10 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jan 2 08:40:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bb28cd dev-python/PySocks: stable 1.6.8 for hppa, bug #700550 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/PySocks/PySocks-1.6.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PySocks/PySocks-1.6.8.ebuild b/dev-python/PySocks/PySocks-1.6.8.ebuild index 9c6d7948a10..7c26a169f5c 100644 --- a/dev-python/PySocks/PySocks-1.6.8.ebuild +++ b/dev-python/PySocks/PySocks-1.6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]