diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-17 13:48:11 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-17 13:48:11 +0200 |
commit | 69a4b3b20f9eef6dd576c828235464a1dd9323f8 (patch) | |
tree | f5797dfc348c526785a6326d79ede4fca1a904cf /games-strategy/widelands | |
parent | net-analyzer/sslscan: Keyword 2.0.13-r1 arm64, #851720 (diff) | |
download | gentoo-69a4b3b20f9eef6dd576c828235464a1dd9323f8.tar.gz gentoo-69a4b3b20f9eef6dd576c828235464a1dd9323f8.tar.bz2 gentoo-69a4b3b20f9eef6dd576c828235464a1dd9323f8.zip |
games-strategy/widelands: Keyword 1.0 arm64, #852224
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'games-strategy/widelands')
-rw-r--r-- | games-strategy/widelands/widelands-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/widelands/widelands-1.0.ebuild b/games-strategy/widelands/widelands-1.0.ebuild index 1c8af8b6ba6c..dc7894d30c98 100644 --- a/games-strategy/widelands/widelands-1.0.ebuild +++ b/games-strategy/widelands/widelands-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/widelands/widelands.git" else SRC_URI="https://github.com/widelands/widelands/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="|| ( Apache-2.0 GPL-3 ) BitstreamVera CC-BY-SA-3.0 GPL-2 GPL-2+ MIT OFL-1.1 ZLIB" |