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 050BE15806E for ; Thu, 25 May 2023 08:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FD4CE085E; Thu, 25 May 2023 08:00: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F314E085E for ; Thu, 25 May 2023 08:00:08 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F22CC335CD3 for ; Thu, 25 May 2023 08:00:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55CE6A73 for ; Thu, 25 May 2023 08:00:05 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1685001595.4e77ecafce6045ba0be39b829000755a5535ef00.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnatpmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnatpmp/libnatpmp-20230423-r1.ebuild X-VCS-Directories: net-libs/libnatpmp/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4e77ecafce6045ba0be39b829000755a5535ef00 X-VCS-Branch: master Date: Thu, 25 May 2023 08:00: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: daf0cb83-0909-4a2b-bda4-53498e4a80de X-Archives-Hash: 560b533b40c68bd1759c96bdfeb58438 commit: 4e77ecafce6045ba0be39b829000755a5535ef00 Author: Arthur Zamarin gentoo org> AuthorDate: Thu May 25 07:59:55 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu May 25 07:59:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e77ecaf net-libs/libnatpmp: Stabilize 20230423-r1 x86, #907148 Signed-off-by: Arthur Zamarin gentoo.org> net-libs/libnatpmp/libnatpmp-20230423-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libnatpmp/libnatpmp-20230423-r1.ebuild b/net-libs/libnatpmp/libnatpmp-20230423-r1.ebuild index 991416514bb6..6bc25d26becc 100644 --- a/net-libs/libnatpmp/libnatpmp-20230423-r1.ebuild +++ b/net-libs/libnatpmp/libnatpmp-20230423-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://miniupnp.tuxfamily.org/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86" PATCHES=( "${FILESDIR}"/${PN}-20150609-gentoo.patch )