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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A8E015808C for ; Mon, 7 Feb 2022 09:39:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F462BC013; Mon, 7 Feb 2022 09:39:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1445C2BC00F for ; Mon, 7 Feb 2022 09:39:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B39B342F1B for ; Mon, 7 Feb 2022 09:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4A9B2CC for ; Mon, 7 Feb 2022 09:39:04 +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: <1644226714.5c53282724773fa076a2d476cdcc3aebff994192.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/howdoi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/howdoi/howdoi-2.0.19.ebuild X-VCS-Directories: dev-util/howdoi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c53282724773fa076a2d476cdcc3aebff994192 X-VCS-Branch: master Date: Mon, 7 Feb 2022 09:39:04 +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: d39e9ac7-9b91-4ac8-b1bf-b7827072b7ec X-Archives-Hash: 9b2e320c15e08cc2f333eaf1b54abccc commit: 5c53282724773fa076a2d476cdcc3aebff994192 Author: Sam James gentoo org> AuthorDate: Mon Feb 7 09:38:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 7 09:38:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c532827 dev-util/howdoi: Stabilize 2.0.19 ALLARCHES, #832842 Signed-off-by: Sam James gentoo.org> dev-util/howdoi/howdoi-2.0.19.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/howdoi/howdoi-2.0.19.ebuild b/dev-util/howdoi/howdoi-2.0.19.ebuild index 4ae60ad7f7c3..31886140b8cd 100644 --- a/dev-util/howdoi/howdoi-2.0.19.ebuild +++ b/dev-util/howdoi/howdoi-2.0.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # bug 818580 RESTRICT="test"