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 77C9F138359 for ; Tue, 24 Nov 2020 01:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A75F8E07B3; Tue, 24 Nov 2020 01:10:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8D6DCE07B3 for ; Tue, 24 Nov 2020 01:10:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 22BE3340AB5 for ; Tue, 24 Nov 2020 01:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97B2844F for ; Tue, 24 Nov 2020 01:10:53 +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: <1606180031.cfc463c63376b6b7722dda50eb5ed3097e22f376.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaexpat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luaexpat/luaexpat-1.3.0-r2.ebuild X-VCS-Directories: dev-lua/luaexpat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cfc463c63376b6b7722dda50eb5ed3097e22f376 X-VCS-Branch: master Date: Tue, 24 Nov 2020 01:10:53 +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: b0fee454-72b9-4e66-a4ac-425157c6dc2b X-Archives-Hash: 4d73394eb1a2391e71c27cc0035f066b commit: cfc463c63376b6b7722dda50eb5ed3097e22f376 Author: Sam James gentoo org> AuthorDate: Tue Nov 24 01:07:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 24 01:07:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc463c6 dev-lua/luaexpat: Stabilize 1.3.0-r2 arm64, #756130 Signed-off-by: Sam James gentoo.org> dev-lua/luaexpat/luaexpat-1.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/luaexpat/luaexpat-1.3.0-r2.ebuild b/dev-lua/luaexpat/luaexpat-1.3.0-r2.ebuild index 720457682bf..9dadc52fa8b 100644 --- a/dev-lua/luaexpat/luaexpat-1.3.0-r2.ebuild +++ b/dev-lua/luaexpat/luaexpat-1.3.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://matthewwild.co.uk/projects/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" RDEPEND=">=dev-lang/lua-5.1.5-r2:0[${MULTILIB_USEDEP}] >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]"