diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 01:23:31 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 01:23:31 +0200 |
commit | 0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5 (patch) | |
tree | 3be191242388ee25ab01bb4e3254e136dcb16e32 /dev-lua/luaevent | |
parent | dev-lua/luadbi: add ~arm64 keyword (diff) | |
download | gentoo-0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5.tar.gz gentoo-0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5.tar.bz2 gentoo-0de1bdbd4e4c19f841a4a25dabf932ea39a0c1e5.zip |
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 <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/luaevent')
-rw-r--r-- | dev-lua/luaevent/luaevent-0.4.4.ebuild | 5 | ||||
-rw-r--r-- | 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 fc40540709ab..37fbd4df485a 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 e814d6b25c58..ad3ee225f79b 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=" |