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 5209913835C for ; Thu, 25 Mar 2021 21:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 235F7E07F9; Thu, 25 Mar 2021 21:29:41 +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 0BF0CE07F9 for ; Thu, 25 Mar 2021 21:29:41 +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 BA6DD335DA1 for ; Thu, 25 Mar 2021 21:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46B9D4A8 for ; Thu, 25 Mar 2021 21:29:38 +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: <1616707644.741e4f454263c8e5780cbfa98aa2a0887061d095.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configargparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configargparse/configargparse-1.3.ebuild X-VCS-Directories: dev-python/configargparse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 741e4f454263c8e5780cbfa98aa2a0887061d095 X-VCS-Branch: master Date: Thu, 25 Mar 2021 21:29:38 +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: bfe5fec3-a736-47a8-b278-b63c738eae92 X-Archives-Hash: 8304bbb71a768e807f69be0d0d156205 commit: 741e4f454263c8e5780cbfa98aa2a0887061d095 Author: Sam James gentoo org> AuthorDate: Thu Mar 25 21:27:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 25 21:27:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741e4f45 dev-python/configargparse: Stabilize 1.3 ALLARCHES, #777189 Signed-off-by: Sam James gentoo.org> dev-python/configargparse/configargparse-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/configargparse/configargparse-1.3.ebuild b/dev-python/configargparse/configargparse-1.3.ebuild index 1c8ac6ffd0a..a6b4ad28033 100644 --- a/dev-python/configargparse/configargparse-1.3.ebuild +++ b/dev-python/configargparse/configargparse-1.3.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/bw2/ConfigArgParse/archive/${PV}.tar.gz -> ${MY_P}.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )"