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 DBCF4158089 for ; Wed, 8 Nov 2023 01:50:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C91092BC022; Wed, 8 Nov 2023 01:50:20 +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 A78462BC01D for ; Wed, 8 Nov 2023 01:50:20 +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 A1463335D21 for ; Wed, 8 Nov 2023 01:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D25F0132B for ; Wed, 8 Nov 2023 01:50:17 +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: <1699408182.899f79374d6b1b030b8153e56ab416ddd5220fa3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pdfrw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pdfrw/pdfrw-0.4_p1-r1.ebuild X-VCS-Directories: dev-python/pdfrw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 899f79374d6b1b030b8153e56ab416ddd5220fa3 X-VCS-Branch: master Date: Wed, 8 Nov 2023 01:50: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: 16976c45-ac1d-476a-bab4-49464da39e20 X-Archives-Hash: 22d52323f5adc05441befceee6f27b37 commit: 899f79374d6b1b030b8153e56ab416ddd5220fa3 Author: Alfred Wingate protonmail com> AuthorDate: Wed Nov 8 01:45:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 8 01:49:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899f7937 dev-python/pdfrw: apply test patch only if tests are included Closes: https://bugs.gentoo.org/917018 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33720 Signed-off-by: Sam James gentoo.org> dev-python/pdfrw/pdfrw-0.4_p1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pdfrw/pdfrw-0.4_p1-r1.ebuild b/dev-python/pdfrw/pdfrw-0.4_p1-r1.ebuild index 957493f44d34..756c63488d67 100644 --- a/dev-python/pdfrw/pdfrw-0.4_p1-r1.ebuild +++ b/dev-python/pdfrw/pdfrw-0.4_p1-r1.ebuild @@ -61,7 +61,7 @@ src_unpack() { src_prepare() { eapply "${FILESDIR}/pdfrw-fix-import-collections-warning.patch" - eapply "${FILESDIR}/pdfrw-static-fix-import-collections-warning.patch" + use test && eapply "${FILESDIR}/pdfrw-static-fix-import-collections-warning.patch" distutils-r1_src_prepare }