From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [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 956C3158020 for ; Tue, 22 Nov 2022 14:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78153E0C5A; Tue, 22 Nov 2022 14:00:08 +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 566D3E0C5A for ; Tue, 22 Nov 2022 14:00:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71CB133C84E for ; Tue, 22 Nov 2022 14:00:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EBC7731 for ; Tue, 22 Nov 2022 14:00:05 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1669125592.e0fe439947b71aed219a65b53ab1c99998324c4c.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/descent1-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/descent1-data/descent1-data-1.4a.ebuild X-VCS-Directories: games-action/descent1-data/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e0fe439947b71aed219a65b53ab1c99998324c4c X-VCS-Branch: master Date: Tue, 22 Nov 2022 14:00:05 +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: 24a2a3f8-473b-4800-a5b4-bec38d4f8725 X-Archives-Hash: b6e72798019cba5e3026d80e1b5ce383 commit: e0fe439947b71aed219a65b53ab1c99998324c4c Author: Arthur Zamarin gentoo org> AuthorDate: Tue Nov 22 13:59:52 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Nov 22 13:59:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fe4399 games-action/descent1-data: Keyword 1.4a ppc64, #850472 Signed-off-by: Arthur Zamarin gentoo.org> games-action/descent1-data/descent1-data-1.4a.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/descent1-data/descent1-data-1.4a.ebuild b/games-action/descent1-data/descent1-data-1.4a.ebuild index 8f0ed4523025..c4dea2f80dad 100644 --- a/games-action/descent1-data/descent1-data-1.4a.ebuild +++ b/games-action/descent1-data/descent1-data-1.4a.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=6 @@ -15,7 +15,7 @@ SRC_URI="cdinstall? ( http://www.dxx-rebirth.com/download/dxx/misc/descent-game- !cdinstall? ( ${MY_EXE} )" LICENSE="descent-data" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="doc" RESTRICT="bindist !cdinstall? ( fetch )"