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 6EDBE138334 for ; Mon, 8 Apr 2019 14:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77DDBE08C3; Mon, 8 Apr 2019 14:15:04 +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 4D16CE08C3 for ; Mon, 8 Apr 2019 14:15:04 +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 F23FA335CC8 for ; Mon, 8 Apr 2019 14:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99C35599 for ; Mon, 8 Apr 2019 14:15:00 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1554732881.c50bb122b5451dca462631d5e5652885754c56ba.zlogene@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.4-r1.ebuild X-VCS-Directories: dev-python/sshtunnel/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c50bb122b5451dca462631d5e5652885754c56ba X-VCS-Branch: master Date: Mon, 8 Apr 2019 14:15:00 +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: 8169d32f-b285-4098-9ac7-68b2ef18c8b3 X-Archives-Hash: 8959a3e932017a866cd5bdf5cda1ddc9 commit: c50bb122b5451dca462631d5e5652885754c56ba Author: Mikle Kolyada gentoo org> AuthorDate: Mon Apr 8 14:14:41 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Apr 8 14:14:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50bb122 dev-python/sshtunnel: amd64 stable wrt bug #680842 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild index 38675ffce8b..8aade85b9bb 100644 --- a/dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild +++ b/dev-python/sshtunnel/sshtunnel-0.1.4-r1.ebuild @@ -11,7 +11,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"