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 5874415808E for ; Mon, 25 Apr 2022 07:47:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07440E0901; Mon, 25 Apr 2022 07:47:48 +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 A1600E0900 for ; Mon, 25 Apr 2022 07:47:47 +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 D0F363417D0 for ; Mon, 25 Apr 2022 07:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F542435 for ; Mon, 25 Apr 2022 07:47:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1650872861.d33f95028f8ae11076dfef931b90b3ca2512db28.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/json-schema/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/json-schema/json-schema-5.2.11.ebuild X-VCS-Directories: dev-php/json-schema/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d33f95028f8ae11076dfef931b90b3ca2512db28 X-VCS-Branch: master Date: Mon, 25 Apr 2022 07:47:44 +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: 2df6e51d-106f-44ad-946a-1c72c0c241ac X-Archives-Hash: 6b53260deeb3e51f7326368712f84d1c commit: d33f95028f8ae11076dfef931b90b3ca2512db28 Author: Joonas Niilola gentoo org> AuthorDate: Mon Apr 25 07:44:04 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Apr 25 07:47:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33f9502 dev-php/json-schema: Stabilize 5.2.11 x86, #828346 Signed-off-by: Joonas Niilola gentoo.org> dev-php/json-schema/json-schema-5.2.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/json-schema/json-schema-5.2.11.ebuild b/dev-php/json-schema/json-schema-5.2.11.ebuild index b76ac31da582..ebc719f456ab 100644 --- a/dev-php/json-schema/json-schema-5.2.11.ebuild +++ b/dev-php/json-schema/json-schema-5.2.11.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/justinrainbow/json-schema/archive/${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="test" # Tests are not in the release tarball RESTRICT="test"