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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D806C158042 for ; Mon, 21 Oct 2024 13:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E989BE0977; Mon, 21 Oct 2024 13:41:49 +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 pigeon.gentoo.org (Postfix) with ESMTPS id CE56EE0977 for ; Mon, 21 Oct 2024 13:41:49 +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 D67F534301D for ; Mon, 21 Oct 2024 13:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17AD0EA0 for ; Mon, 21 Oct 2024 13:41:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1729518081.7ddb9d6b95055695774c43516d8cc546b87b9b78.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/treq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/treq/treq-24.9.1-r1.ebuild X-VCS-Directories: dev-python/treq/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7ddb9d6b95055695774c43516d8cc546b87b9b78 X-VCS-Branch: master Date: Mon, 21 Oct 2024 13:41:47 +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: 870a6fa4-7153-42a5-b2e1-00ef9dc49285 X-Archives-Hash: 6a61fde292af90b1e803f3ab550db5ba commit: 7ddb9d6b95055695774c43516d8cc546b87b9b78 Author: Sam James gentoo org> AuthorDate: Mon Oct 21 13:41:21 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 21 13:41:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddb9d6b dev-python/treq: Keyword 24.9.1-r1 ppc64, #941928 Signed-off-by: Sam James gentoo.org> dev-python/treq/treq-24.9.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/treq/treq-24.9.1-r1.ebuild b/dev-python/treq/treq-24.9.1-r1.ebuild index b38122a47ab8..8c9af71a778e 100644 --- a/dev-python/treq/treq-24.9.1-r1.ebuild +++ b/dev-python/treq/treq-24.9.1-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" IUSE="test" RESTRICT="!test? ( test )"