From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4508215827B for ; Fri, 15 Aug 2025 09:15:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2D173340E7A for ; Fri, 15 Aug 2025 09:15:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1388F110280; Fri, 15 Aug 2025 09:15:46 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0752D110280 for ; Fri, 15 Aug 2025 09:15:45 +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 AF66F340E93 for ; Fri, 15 Aug 2025 09:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA3D32A1 for ; Fri, 15 Aug 2025 09:15:43 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1755249134.f2ad4ff2b325cd9b74df6a2c5ce43121656bf023.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.82.1.ebuild dev-libs/gjs/gjs-1.82.3.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f2ad4ff2b325cd9b74df6a2c5ce43121656bf023 X-VCS-Branch: master Date: Fri, 15 Aug 2025 09:15:43 +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: b0a2fcef-e6dd-4a5e-93df-5a67fa1975d3 X-Archives-Hash: 032691f1f03b1abee6119995bb9398db commit: f2ad4ff2b325cd9b74df6a2c5ce43121656bf023 Author: Pacho Ramos gentoo org> AuthorDate: Fri Aug 15 09:12:14 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Aug 15 09:12:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ad4ff2 dev-libs/gjs: rekeyword on ppc64 Thanks-to: ernsteiswuerfel Signed-off-by: Pacho Ramos gentoo.org> dev-libs/gjs/gjs-1.82.1.ebuild | 2 +- dev-libs/gjs/gjs-1.82.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gjs/gjs-1.82.1.ebuild b/dev-libs/gjs/gjs-1.82.1.ebuild index 2cf1d70239da..20d18348a865 100644 --- a/dev-libs/gjs/gjs-1.82.1.ebuild +++ b/dev-libs/gjs/gjs-1.82.1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gjs.guide" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="examples readline sysprof test" RESTRICT="!test? ( test )" diff --git a/dev-libs/gjs/gjs-1.82.3.ebuild b/dev-libs/gjs/gjs-1.82.3.ebuild index c6726958ac98..0138b0130348 100644 --- a/dev-libs/gjs/gjs-1.82.3.ebuild +++ b/dev-libs/gjs/gjs-1.82.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gjs.guide" LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="examples readline sysprof test" RESTRICT="!test? ( test )"