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 0B4FA138359 for ; Sun, 11 Oct 2020 23:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27010E09D6; Sun, 11 Oct 2020 23:27:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 103AFE09E2 for ; Sun, 11 Oct 2020 23:27:38 +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 7BBB3340D42 for ; Sun, 11 Oct 2020 23:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F394639F for ; Sun, 11 Oct 2020 23:27:35 +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: <1602458836.ef31f3ed83179749f48f32df27a57dbe14691b26.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-zlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-zlib/lua-zlib-1.1.ebuild dev-lua/lua-zlib/lua-zlib-1.2.ebuild X-VCS-Directories: dev-lua/lua-zlib/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ef31f3ed83179749f48f32df27a57dbe14691b26 X-VCS-Branch: master Date: Sun, 11 Oct 2020 23:27:35 +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: 98b44eb1-094f-4a69-835a-e3e1e5c7cfa3 X-Archives-Hash: 9342fa54466a0698112858443a710453 commit: ef31f3ed83179749f48f32df27a57dbe14691b26 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 11 23:27:16 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 11 23:27:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef31f3ed dev-lua/lua-zlib: add ~arm64 keyword Tested on packet-at. All tests passed. Bug: https://bugs.gentoo.org/747907 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-zlib/lua-zlib-1.1.ebuild | 5 ++--- dev-lua/lua-zlib/lua-zlib-1.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild index b51a835e97d..d64c4c3e799 100644 --- a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,8 +11,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="" +KEYWORDS="amd64 arm ~arm64 x86" RDEPEND="dev-lang/lua:0 sys-libs/zlib" diff --git a/dev-lua/lua-zlib/lua-zlib-1.2.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2.ebuild index 243df12a0a0..7a46c1ab994 100644 --- a/dev-lua/lua-zlib/lua-zlib-1.2.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-1.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND="dev-lang/lua:0 sys-libs/zlib"