From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 496C11581EE for ; Fri, 04 Apr 2025 20:15:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3276534324B for ; Fri, 04 Apr 2025 20:15:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CEDB11104B8; Fri, 04 Apr 2025 20:15:25 +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 bobolink.gentoo.org (Postfix) with ESMTPS id C929F1104B8 for ; Fri, 04 Apr 2025 20:15:25 +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 7C5DF34310A for ; Fri, 04 Apr 2025 20:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B4E42777 for ; Fri, 04 Apr 2025 20:15:24 +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: <1743797720.ec0019e7a1dfb3b77d6fb28623cec65edb50ef1c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luaposix/luaposix-36.3.ebuild X-VCS-Directories: dev-lua/luaposix/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ec0019e7a1dfb3b77d6fb28623cec65edb50ef1c X-VCS-Branch: master Date: Fri, 04 Apr 2025 20:15:24 +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: f5a7eb0c-f005-4d06-89c4-e1089ed51ba5 X-Archives-Hash: 5f3a08b93b7ec0e564d4fd3062952d13 commit: ec0019e7a1dfb3b77d6fb28623cec65edb50ef1c Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 2 20:43:16 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Apr 4 20:15:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0019e7 dev-lua/luaposix: x86 stable Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luaposix/luaposix-36.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luaposix/luaposix-36.3.ebuild b/dev-lua/luaposix/luaposix-36.3.ebuild index 065b538f6dea..d87a39d466e2 100644 --- a/dev-lua/luaposix/luaposix-36.3.ebuild +++ b/dev-lua/luaposix/luaposix-36.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~riscv-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~riscv-linux ~x86-linux" IUSE="doc" REQUIRED_USE="${LUA_REQUIRED_USE}"