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 3D947158020 for ; Fri, 23 Dec 2022 20:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D165E0882; Fri, 23 Dec 2022 20:49:38 +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 01BC4E0882 for ; Fri, 23 Dec 2022 20:49:37 +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 0E010340F01 for ; Fri, 23 Dec 2022 20:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A081B7DE for ; Fri, 23 Dec 2022 20:49:35 +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: <1671828558.429caee6082f382e8163c889424d8e08f8eb00ad.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/json11/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/json11/json11-1.0.0.ebuild X-VCS-Directories: dev-cpp/json11/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 429caee6082f382e8163c889424d8e08f8eb00ad X-VCS-Branch: master Date: Fri, 23 Dec 2022 20:49:35 +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: 496167a6-b70b-4aaf-934b-13022163908a X-Archives-Hash: 10f9029eb4735b4d174eb61f055546be commit: 429caee6082f382e8163c889424d8e08f8eb00ad Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 23 20:49:18 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 23 20:49:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429caee6 dev-cpp/json11: Stabilize 1.0.0 x86, #886897 Signed-off-by: Arthur Zamarin gentoo.org> dev-cpp/json11/json11-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/json11/json11-1.0.0.ebuild b/dev-cpp/json11/json11-1.0.0.ebuild index 3a4518df699f..a7da588e277d 100644 --- a/dev-cpp/json11/json11-1.0.0.ebuild +++ b/dev-cpp/json11/json11-1.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dropbox/json11/archive/refs/tags/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" PATCHES=( "${FILESDIR}"/${P}-fix-multiarch-install.patch