Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/duke3d-data/
Date: Sat, 25 Jun 2022 14:35:40
Message-Id: 1656167692.7144bff06c6e8d247532423213d8809acaec1fde.conikost@gentoo
1 commit: 7144bff06c6e8d247532423213d8809acaec1fde
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 14:26:34 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 14:34:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7144bff0
7
8 games-fps/duke3d-data: add ~ppc64 keyword
9
10 Thanks to ernsteiswuerfel for testing!
11
12 Closes: https://bugs.gentoo.org/850487
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild b/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild
19 index 27e3d9014112..bdccbe5b8c9d 100644
20 --- a/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild
21 +++ b/games-fps/duke3d-data/duke3d-data-1.0-r5.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 @@ -23,7 +23,7 @@ S="${WORKDIR}"
29
30 LICENSE="DUKE3D gog? ( GOG-EULA )"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
33 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
34 IUSE="+demo gog"
35 REQUIRED_USE="^^ ( cdinstall demo gog )"
36 RESTRICT="bindist gog? ( fetch ) mirror"