diff options
Diffstat (limited to 'dev-lua/luaevent/luaevent-0.4.4.ebuild')
-rw-r--r-- | dev-lua/luaevent/luaevent-0.4.4.ebuild | 5 |
1 files changed, 2 insertions, 3 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=" |