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-misc/bsd-games/
Date: Mon, 24 Jan 2022 19:19:48
Message-Id: 1643051943.f4772d47fc979e03ed441a88a8ff5f1e91b3e9c8.sam@gentoo
1 commit: f4772d47fc979e03ed441a88a8ff5f1e91b3e9c8
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jan 24 17:00:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 19:19:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4772d47
7
8 games-misc/bsd-games: keyword 3.1-r2 for hppa, bug #831611
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 games-misc/bsd-games/bsd-games-3.1-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/games-misc/bsd-games/bsd-games-3.1-r2.ebuild b/games-misc/bsd-games/bsd-games-3.1-r2.ebuild
19 index 120178db7fa8..8d16aaedfbdc 100644
20 --- a/games-misc/bsd-games/bsd-games-3.1-r2.ebuild
21 +++ b/games-misc/bsd-games/bsd-games-3.1-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -14,7 +14,7 @@ LICENSE="BSD"
29 # Subslot indicates the fork / new version
30 # 3 doesn't include the same games as the classic variant, etc
31 SLOT="0/3"
32 -KEYWORDS="~amd64 ~x86"
33 +KEYWORDS="~amd64 ~hppa ~x86"
34
35 # 'check' target doesn't exist, nor do any actual tests
36 # bug #779649