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 E817C158020 for ; Fri, 4 Nov 2022 08:16:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96B9EE0825; Fri, 4 Nov 2022 08:16:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7F508E0825 for ; Fri, 4 Nov 2022 08:16: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7414340F37 for ; Fri, 4 Nov 2022 08:16:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44834731 for ; Fri, 4 Nov 2022 08:16:45 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1667549730.d16bd40b244376116a56f325834f13461a0f94b5.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyPDF2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyPDF2/PyPDF2-2.11.1.ebuild X-VCS-Directories: dev-python/PyPDF2/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d16bd40b244376116a56f325834f13461a0f94b5 X-VCS-Branch: master Date: Fri, 4 Nov 2022 08:16:45 +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: b37672c5-7212-4e91-8296-b1bc74018d06 X-Archives-Hash: 7c63d86ace0fa2d8f39a6e51bda94379 commit: d16bd40b244376116a56f325834f13461a0f94b5 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Nov 4 08:15:30 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Nov 4 08:15:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16bd40b dev-python/PyPDF2: Stabilize 2.11.1 x86, #879419 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/PyPDF2/PyPDF2-2.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyPDF2/PyPDF2-2.11.1.ebuild b/dev-python/PyPDF2/PyPDF2-2.11.1.ebuild index 623ecd7bb407..6604847c81bd 100644 --- a/dev-python/PyPDF2/PyPDF2-2.11.1.ebuild +++ b/dev-python/PyPDF2/PyPDF2-2.11.1.ebuild @@ -25,7 +25,7 @@ SRC_URI=" LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" RESTRICT="test" # 150+ tests require network, too many to deselect PROPERTIES="test_network"