diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-06-25 16:26:34 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-06-25 16:34:52 +0200 |
commit | 7144bff06c6e8d247532423213d8809acaec1fde (patch) | |
tree | e7ac543a874a976189d5c1e98c6e044203050db2 /games-fps | |
parent | games-fps/eduke32: add ~ppc64 keyword (diff) | |
download | gentoo-7144bff06c6e8d247532423213d8809acaec1fde.tar.gz gentoo-7144bff06c6e8d247532423213d8809acaec1fde.tar.bz2 gentoo-7144bff06c6e8d247532423213d8809acaec1fde.zip |
games-fps/duke3d-data: add ~ppc64 keyword
Thanks to ernsteiswuerfel for testing!
Closes: https://bugs.gentoo.org/850487
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild b/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild index 27e3d9014112..bdccbe5b8c9d 100644 --- a/games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild +++ b/games-fps/duke3d-data/duke3d-data-1.0-r5.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 @@ -23,7 +23,7 @@ S="${WORKDIR}" LICENSE="DUKE3D gog? ( GOG-EULA )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+demo gog" REQUIRED_USE="^^ ( cdinstall demo gog )" RESTRICT="bindist gog? ( fetch ) mirror" |