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 3462313835A 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 2A6F5E09E2; Sun, 11 Oct 2020 23:27:39 +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 10128E09D6 for ; Sun, 11 Oct 2020 23:27:38 +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 5F0D6340CF1 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 CE57E39D 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: <1602458611.0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luaevent/luaevent-0.4.4.ebuild dev-lua/luaevent/luaevent-0.4.6.ebuild X-VCS-Directories: dev-lua/luaevent/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5 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: ee002fa8-187d-40e4-985c-4b3b6bc3eb56 X-Archives-Hash: a6bc8e4917155fab3e531e6d471572ac commit: 0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Oct 11 23:23:31 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Oct 11 23:23:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0de1bdbd dev-lua/luaevent: 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/luaevent/luaevent-0.4.4.ebuild | 5 ++--- dev-lua/luaevent/luaevent-0.4.6.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-lua/luaevent/luaevent-0.4.4.ebuild b/dev-lua/luaevent/luaevent-0.4.4.ebuild index fc40540709a..37fbd4df485 100644 --- a/dev-lua/luaevent/luaevent-0.4.4.ebuild +++ b/dev-lua/luaevent/luaevent-0.4.4.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="5" @@ -11,8 +11,7 @@ SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" +KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND="dev-lang/lua:0 dev-libs/libevent:0=" diff --git a/dev-lua/luaevent/luaevent-0.4.6.ebuild b/dev-lua/luaevent/luaevent-0.4.6.ebuild index e814d6b25c5..ad3ee225f79 100644 --- a/dev-lua/luaevent/luaevent-0.4.6.ebuild +++ b/dev-lua/luaevent/luaevent-0.4.6.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="7" @@ -11,8 +11,7 @@ SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND="dev-lang/lua:0 dev-libs/libevent:0="