diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-04-25 21:23:52 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-25 22:26:50 +0100 |
commit | 6fb370be82e75901ccc27d678c579b6f561eb4b7 (patch) | |
tree | b1ddb04d316dad9a690e0d16575bf8b270fdd348 /dev-libs/keystone | |
parent | games-util/basis_universal: Keyword 1.16.3 arm64, #905059 (diff) | |
download | gentoo-6fb370be82e75901ccc27d678c579b6f561eb4b7.tar.gz gentoo-6fb370be82e75901ccc27d678c579b6f561eb4b7.tar.bz2 gentoo-6fb370be82e75901ccc27d678c579b6f561eb4b7.zip |
dev-libs/keystone: sync KEYWORDS to live template
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/keystone')
-rw-r--r-- | dev-libs/keystone/keystone-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/keystone/keystone-9999.ebuild b/dev-libs/keystone/keystone-9999.ebuild index a6f8dcdd8897..0bb4e02daf89 100644 --- a/dev-libs/keystone/keystone-9999.ebuild +++ b/dev-libs/keystone/keystone-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/keystone-engine/keystone/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi S="${WORKDIR}"/${P/_rc/-rc} |