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 4FFC6158086 for ; Tue, 2 Nov 2021 09:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FF42E08CE; Tue, 2 Nov 2021 09:16:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35735E08CE for ; Tue, 2 Nov 2021 09:16:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 954B0342E3B for ; Tue, 2 Nov 2021 09:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB4E9D0 for ; Tue, 2 Nov 2021 09:16:06 +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: <1635844560.b12b0965cd0e38d63f6584de8c08848a3cfb5bed.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/miniupnpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/miniupnpc/miniupnpc-2.2.3.ebuild X-VCS-Directories: dev-python/miniupnpc/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b12b0965cd0e38d63f6584de8c08848a3cfb5bed X-VCS-Branch: master Date: Tue, 2 Nov 2021 09:16:06 +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: ff3dd8db-54c0-4f17-8f97-cb0a54a1aee8 X-Archives-Hash: 7e89268874d9074a14c5046a50d32dec commit: b12b0965cd0e38d63f6584de8c08848a3cfb5bed Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 2 09:16:00 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 2 09:16:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12b0965 dev-python/miniupnpc: x86 stable wrt bug #820989 Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/miniupnpc/miniupnpc-2.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/miniupnpc/miniupnpc-2.2.3.ebuild b/dev-python/miniupnpc/miniupnpc-2.2.3.ebuild index bd1584033b7..9775eb42bd4 100644 --- a/dev-python/miniupnpc/miniupnpc-2.2.3.ebuild +++ b/dev-python/miniupnpc/miniupnpc-2.2.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://miniupnp.free.fr/files/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" RDEPEND=">=net-libs/miniupnpc-${PV}:0="