diff options
author | 2022-11-18 16:32:43 +0200 | |
---|---|---|
committer | 2022-11-18 16:32:43 +0200 | |
commit | dcd948adbb16b06df7bff1ceab5ccd58cb408c98 (patch) | |
tree | a94b14f43bee54f5be7188d6bfb96e9b5877e8db /games-strategy | |
parent | games-strategy/colobot-data: Keyword 0.2.0_alpha arm64, #873805 (diff) | |
download | gentoo-dcd948adbb16b06df7bff1ceab5ccd58cb408c98.tar.gz gentoo-dcd948adbb16b06df7bff1ceab5ccd58cb408c98.tar.bz2 gentoo-dcd948adbb16b06df7bff1ceab5ccd58cb408c98.zip |
games-strategy/colobot: Keyword 0.2.0_alpha arm64, #873805
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/colobot/colobot-0.2.0_alpha.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/colobot/colobot-0.2.0_alpha.ebuild b/games-strategy/colobot/colobot-0.2.0_alpha.ebuild index 3897d69816c3..b49ad40a24db 100644 --- a/games-strategy/colobot/colobot-0.2.0_alpha.ebuild +++ b/games-strategy/colobot/colobot-0.2.0_alpha.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 @@ -13,7 +13,7 @@ S=${WORKDIR}/${PN}-${MY_P} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="devbuild doc +openal test tools" RESTRICT="!test? ( test )" |