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 881CB1382C5 for ; Sat, 29 May 2021 19:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAFA8E081E; Sat, 29 May 2021 19:03:35 +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 90A77E081E for ; Sat, 29 May 2021 19:03:35 +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 1B5CB340F65 for ; Sat, 29 May 2021 19:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E4387A5 for ; Sat, 29 May 2021 19:03:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622314953.8e7dbc2241c9997a4ddd0b46f4ff7581e030ee24.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docopt/docopt-0.6.2-r3.ebuild X-VCS-Directories: dev-python/docopt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8e7dbc2241c9997a4ddd0b46f4ff7581e030ee24 X-VCS-Branch: master Date: Sat, 29 May 2021 19:03:31 +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: 0a728469-9fdf-4fe2-bd24-a94c36ff257a X-Archives-Hash: 815d5dd684b37e795545261617630c6d commit: 8e7dbc2241c9997a4ddd0b46f4ff7581e030ee24 Author: Sam James gentoo org> AuthorDate: Sat May 29 19:02:33 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 29 19:02:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7dbc22 dev-python/docopt: ebuild tidying Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> dev-python/docopt/docopt-0.6.2-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/docopt/docopt-0.6.2-r3.ebuild b/dev-python/docopt/docopt-0.6.2-r3.ebuild index 1c0eec37c1b..7f9a3a51293 100644 --- a/dev-python/docopt/docopt-0.6.2-r3.ebuild +++ b/dev-python/docopt/docopt-0.6.2-r3.ebuild @@ -11,8 +11,8 @@ DESCRIPTION="Pythonic argument parser, that will make you smile" HOMEPAGE="https://pypi.org/project/docopt/ https://github.com/docopt/docopt" SRC_URI="https://github.com/docopt/docopt/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" -SLOT="0" LICENSE="MIT" +SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"