Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad-data/
Date: Sat, 05 Sep 2020 00:35:47
Message-Id: 1599265999.aff7c545d95afdbaea3838b30c83f4df74312b21.sam@gentoo
1 commit: aff7c545d95afdbaea3838b30c83f4df74312b21
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 00:33:19 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 00:33:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff7c545
7
8 games-strategy/0ad-data: arm64 keyworded (bug #730888)
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild b/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
17 index c5edceca6d7..e0fd74cd914 100644
18 --- a/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
19 +++ b/games-strategy/0ad-data/0ad-data-0.0.23b_alpha.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,7 +10,7 @@ SRC_URI="http://releases.wildfiregames.com/${MY_P}-unix-data.tar.xz"
27
28 LICENSE="GPL-2 CC-BY-SA-3.0 LPPL-1.3c BitstreamVera"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~arm64 ~x86"
32 IUSE=""
33
34 S="${WORKDIR}/${MY_P}"