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 6489513835A for ; Fri, 19 Feb 2021 03:47:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6493BE0BCB; Fri, 19 Feb 2021 03:47:07 +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 4B9EDE0BCB for ; Fri, 19 Feb 2021 03:47:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 632BA340F44 for ; Fri, 19 Feb 2021 03:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13B4D4EA for ; Fri, 19 Feb 2021 03:47:05 +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: <1613706361.f551368ad231df11656fe742a14e88573c18a6b9.sam@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.1.ebuild X-VCS-Directories: dev-python/miniupnpc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f551368ad231df11656fe742a14e88573c18a6b9 X-VCS-Branch: master Date: Fri, 19 Feb 2021 03:47:05 +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: 0f3baeed-9c20-475c-8f22-883f064169dc X-Archives-Hash: 51ba31151c984c733ce86341474ab3e6 commit: f551368ad231df11656fe742a14e88573c18a6b9 Author: Sam James gentoo org> AuthorDate: Fri Feb 19 03:46:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 19 03:46:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f551368a dev-python/miniupnpc: Stabilize 2.2.1 ppc, #771519 Signed-off-by: Sam James gentoo.org> dev-python/miniupnpc/miniupnpc-2.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/miniupnpc/miniupnpc-2.2.1.ebuild b/dev-python/miniupnpc/miniupnpc-2.2.1.ebuild index 07144052e96..e1f00b4ddb6 100644 --- a/dev-python/miniupnpc/miniupnpc-2.2.1.ebuild +++ b/dev-python/miniupnpc/miniupnpc-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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="