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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 003E9138359 for ; Tue, 24 Nov 2020 01:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5630EE083B; Tue, 24 Nov 2020 01:10:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DD9DE083B for ; Tue, 24 Nov 2020 01:10:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13B35340AB5 for ; Tue, 24 Nov 2020 01:10:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1633246F for ; Tue, 24 Nov 2020 01:10:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1606180242.17d487f4ff98d82b5d937d76723c676fd04c97cf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-bit32/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-bit32/lua-bit32-5.3.5-r2.ebuild X-VCS-Directories: dev-lua/lua-bit32/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17d487f4ff98d82b5d937d76723c676fd04c97cf X-VCS-Branch: master Date: Tue, 24 Nov 2020 01:10:54 +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: 0a9d2fbd-0abe-491a-ae1b-818862f4a8e5 X-Archives-Hash: cd35c86a771c657637815d9e6a9687a9 commit: 17d487f4ff98d82b5d937d76723c676fd04c97cf Author: Sam James gentoo org> AuthorDate: Tue Nov 24 01:10:42 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 24 01:10:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d487f4 dev-lua/lua-bit32: Stabilize 5.3.5-r2 arm, #756127 Signed-off-by: Sam James gentoo.org> dev-lua/lua-bit32/lua-bit32-5.3.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5-r2.ebuild b/dev-lua/lua-bit32/lua-bit32-5.3.5-r2.ebuild index 0ee831b58f8..26c0ee108ff 100644 --- a/dev-lua/lua-bit32/lua-bit32-5.3.5-r2.ebuild +++ b/dev-lua/lua-bit32/lua-bit32-5.3.5-r2.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${LUA_COMPAT_PN}-${LUA_COMPAT_PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 arm arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"