From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBAEB158094 for ; Sat, 25 Jun 2022 14:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5F99E0900; Sat, 25 Jun 2022 14:35:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89B53E08FB for ; Sat, 25 Jun 2022 14:35:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66D423410F0 for ; Sat, 25 Jun 2022 14:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3243A52C for ; Sat, 25 Jun 2022 14:35:17 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1656167692.7144bff06c6e8d247532423213d8809acaec1fde.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/duke3d-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild X-VCS-Directories: games-fps/duke3d-data/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7144bff06c6e8d247532423213d8809acaec1fde X-VCS-Branch: master Date: Sat, 25 Jun 2022 14:35:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a86dd866-81b5-4866-9620-232a0eb6e94b X-Archives-Hash: 6af8f4be987fd0764d65f0803792a4dc commit: 7144bff06c6e8d247532423213d8809acaec1fde Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jun 25 14:26:34 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jun 25 14:34:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7144bff0 games-fps/duke3d-data: add ~ppc64 keyword Thanks to ernsteiswuerfel for testing! Closes: https://bugs.gentoo.org/850487 Signed-off-by: Conrad Kostecki gentoo.org> games-fps/duke3d-data/duke3d-data-1.0-r5.ebuild | 4 ++-- 1 file 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"