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 B51511584AD for ; Sun, 04 May 2025 13:54:10 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 917EC343122 for ; Sun, 04 May 2025 13:54:10 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7C9E511036D; Sun, 04 May 2025 13:54:09 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7023C11036D for ; Sun, 04 May 2025 13:54:09 +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 1BF72343064 for ; Sun, 04 May 2025 13:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD67A2636 for ; Sun, 04 May 2025 13:54:07 +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: <1746366814.4d5059becdc9a064069b923c366747f05f77994e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/claws-mail/claws-mail-4.3.0-r2.ebuild mail-client/claws-mail/claws-mail-4.3.1.ebuild mail-client/claws-mail/claws-mail-9999.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d5059becdc9a064069b923c366747f05f77994e X-VCS-Branch: master Date: Sun, 04 May 2025 13:54:07 +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: 41de0236-9542-4974-bbfd-cfea2833c6cc X-Archives-Hash: 2796409bbe8e61d52604bbb2855cc7b4 commit: 4d5059becdc9a064069b923c366747f05f77994e Author: Sam James gentoo org> AuthorDate: Sun May 4 13:53:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 4 13:53:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5059be mail-client/claws-mail: fix pkg_setup w/ USE=-python Signed-off-by: Sam James gentoo.org> mail-client/claws-mail/claws-mail-4.3.0-r2.ebuild | 4 ++++ mail-client/claws-mail/claws-mail-4.3.1.ebuild | 4 ++++ mail-client/claws-mail/claws-mail-9999.ebuild | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/mail-client/claws-mail/claws-mail-4.3.0-r2.ebuild b/mail-client/claws-mail/claws-mail-4.3.0-r2.ebuild index 32f0d974a10a..bf48cb1b4308 100644 --- a/mail-client/claws-mail/claws-mail-4.3.0-r2.ebuild +++ b/mail-client/claws-mail/claws-mail-4.3.0-r2.ebuild @@ -121,6 +121,10 @@ PATCHES=( ) +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_configure() { local myeconfargs=( --disable-bsfilter-plugin diff --git a/mail-client/claws-mail/claws-mail-4.3.1.ebuild b/mail-client/claws-mail/claws-mail-4.3.1.ebuild index 8f861d32ca7a..5c8d68c858e1 100644 --- a/mail-client/claws-mail/claws-mail-4.3.1.ebuild +++ b/mail-client/claws-mail/claws-mail-4.3.1.ebuild @@ -124,6 +124,10 @@ PATCHES=( ) +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_configure() { local myeconfargs=( --disable-bsfilter-plugin diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 21c047b5cad6..a1ccc17ee5e7 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -123,6 +123,10 @@ PATCHES=( "${FILESDIR}/${PN}-4.1.1-fix_lto.patch" ) +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_prepare() { default eautoreconf