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 5A61C1382C5 for ; Tue, 15 Dec 2020 06:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78E2AE091D; Tue, 15 Dec 2020 06:44:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5F67CE091D for ; Tue, 15 Dec 2020 06:44:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 33537340F9F for ; Tue, 15 Dec 2020 06:44:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A835753 for ; Tue, 15 Dec 2020 06:44:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608014501.e13e3d49a3697de00b82c2185b1ac6ba74559a52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sshtunnel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sshtunnel/sshtunnel-0.1.5.ebuild X-VCS-Directories: dev-python/sshtunnel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e13e3d49a3697de00b82c2185b1ac6ba74559a52 X-VCS-Branch: master Date: Tue, 15 Dec 2020 06:44:44 +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: 462623ef-1bfe-47d4-8640-5639f2c33d3f X-Archives-Hash: efaa5dbb7d0c7ea44ce245cc98c4734f commit: e13e3d49a3697de00b82c2185b1ac6ba74559a52 Author: Sam James gentoo org> AuthorDate: Tue Dec 15 06:41:41 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 15 06:41:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13e3d49 dev-python/sshtunnel: Stabilize 0.1.5 ALLARCHES, bug 731604 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/sshtunnel/sshtunnel-0.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sshtunnel/sshtunnel-0.1.5.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.5.ebuild index 91a4abe26bd..e7cf2220adb 100644 --- a/dev-python/sshtunnel/sshtunnel-0.1.5.ebuild +++ b/dev-python/sshtunnel/sshtunnel-0.1.5.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Pure Python SSH tunnels" HOMEPAGE="https://pypi.python.org/pypi/sshtunnel" SRC_URI="mirror://pypi/s/sshtunnel/${P}.tar.gz" -KEYWORDS="~amd64 ~arm x86" +KEYWORDS="amd64 ~arm x86" LICENSE="MIT" SLOT="0"