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 3F3FB138359 for ; Wed, 16 Sep 2020 06:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EF45E0819; Wed, 16 Sep 2020 06:54:21 +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 EFEDFE0819 for ; Wed, 16 Sep 2020 06:54:20 +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 6CE4B340EB0 for ; Wed, 16 Sep 2020 06:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB9C62F9 for ; Wed, 16 Sep 2020 06:54:16 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1600239215.c8d27dbb84705bd48fe1f4be44e82c50caf16d28.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hcloud-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hcloud-python/hcloud-python-1.9.0.ebuild X-VCS-Directories: dev-python/hcloud-python/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c8d27dbb84705bd48fe1f4be44e82c50caf16d28 X-VCS-Branch: master Date: Wed, 16 Sep 2020 06:54:16 +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: ce918611-2849-4c37-853a-e36b4ca0febd X-Archives-Hash: 5a6b30d3fc778a4e0a0108b8c8cb8f9e commit: c8d27dbb84705bd48fe1f4be44e82c50caf16d28 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Sep 16 06:53:35 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Sep 16 06:53:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d27dbb dev-python/hcloud-python: amd64 stable wrt bug #742830 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/hcloud-python/hcloud-python-1.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hcloud-python/hcloud-python-1.9.0.ebuild b/dev-python/hcloud-python/hcloud-python-1.9.0.ebuild index 38732655eab..90f5fbfd78b 100644 --- a/dev-python/hcloud-python/hcloud-python-1.9.0.ebuild +++ b/dev-python/hcloud-python/hcloud-python-1.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc examples" COMMON_DEPEND=">=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]