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 3A4451382C5 for ; Fri, 7 May 2021 18:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BEB9E0863; Fri, 7 May 2021 18:18:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 65595E0863 for ; Fri, 7 May 2021 18:18:05 +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 B3D5D340E52 for ; Fri, 7 May 2021 18:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81C49750 for ; Fri, 7 May 2021 18:18:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1620348049.81bc5932e1b4139238ac39c60ce942acd73a4db8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinx-click/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinx-click/sphinx-click-2.7.1.ebuild X-VCS-Directories: dev-python/sphinx-click/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 81bc5932e1b4139238ac39c60ce942acd73a4db8 X-VCS-Branch: master Date: Fri, 7 May 2021 18:18: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: 85c62b34-5dbb-4e1f-8c4e-c71ab6251292 X-Archives-Hash: 9f019cd61b2757304c71485c1b502cce commit: 81bc5932e1b4139238ac39c60ce942acd73a4db8 Author: Anna Vyalkova sysrq in> AuthorDate: Fri May 7 00:40:49 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri May 7 00:40:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81bc5932 dev-python/sphinx-click: fix deps and typos Signed-off-by: Anna Vyalkova sysrq.in> dev-python/sphinx-click/sphinx-click-2.7.1.ebuild | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild index 199523156..1c5114fa7 100644 --- a/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild +++ b/dev-python/sphinx-click/sphinx-click-2.7.1.ebuild @@ -15,22 +15,17 @@ HOMEPAGE=" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -#KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" SLOT="0" RDEPEND=" - ${PYTHON_DEPS} >=dev-python/sphinx-1.5[${PYTHON_USEDEP}] =dev-python/click-6[${PYTHON_USEDEP}]