diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-16 10:23:44 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-16 15:01:24 +0100 |
commit | 7c37e3d49a32f280b50cfc846f4f1c2c9ef923aa (patch) | |
tree | 3a4928ac32bd1bad096583775e26d9071bd47994 /app-eselect | |
parent | dev-util/cvise: Bump to 2.0.0 (diff) | |
download | gentoo-7c37e3d49a32f280b50cfc846f4f1c2c9ef923aa.tar.gz gentoo-7c37e3d49a32f280b50cfc846f4f1c2c9ef923aa.tar.bz2 gentoo-7c37e3d49a32f280b50cfc846f4f1c2c9ef923aa.zip |
app-eselect/eselect-lua: add missing ~arm64 keyword
Trivial change to an ALLARCH ebuild so don't bother the arm64 arch team
with it.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-lua/eselect-lua-2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-eselect/eselect-lua/eselect-lua-2.ebuild b/app-eselect/eselect-lua/eselect-lua-2.ebuild index 461ba343b7bf..3529ad194141 100644 --- a/app-eselect/eselect-lua/eselect-lua-2.ebuild +++ b/app-eselect/eselect-lua/eselect-lua-2.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="app-admin/eselect |