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 52A8F158043 for ; Wed, 17 Apr 2024 11:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79D82E2A33; Wed, 17 Apr 2024 11:39: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 5389AE2A32 for ; Wed, 17 Apr 2024 11:39:38 +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 6C87A343466 for ; Wed, 17 Apr 2024 11:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7041716 for ; Wed, 17 Apr 2024 11:39:33 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1713353957.1dd63c8d23e1bf01ea90c93e79532402e9e157d5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/dkjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/dkjson/dkjson-2.7.ebuild X-VCS-Directories: dev-lua/dkjson/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1dd63c8d23e1bf01ea90c93e79532402e9e157d5 X-VCS-Branch: master Date: Wed, 17 Apr 2024 11:39:33 +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: c69a9a82-3e57-428f-9bda-fd6bbbf79900 X-Archives-Hash: 5fbc8fc08e57407eb93e191c909b2484 commit: 1dd63c8d23e1bf01ea90c93e79532402e9e157d5 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 17 11:29:14 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 17 11:39:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd63c8d dev-lua/dkjson: stable all-arches Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/dkjson/dkjson-2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/dkjson/dkjson-2.7.ebuild b/dev-lua/dkjson/dkjson-2.7.ebuild index a1c66a6fb269..75f1f2875c76 100644 --- a/dev-lua/dkjson/dkjson-2.7.ebuild +++ b/dev-lua/dkjson/dkjson-2.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://dkolf.de/dkjson-lua/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )"