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 B60DA15813A for ; Mon, 13 Jan 2025 18:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 955D7E0801; Mon, 13 Jan 2025 18:41:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2BC2E07EA for ; Mon, 13 Jan 2025 18:41:53 +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 EE49F340B57 for ; Mon, 13 Jan 2025 18:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A72AAEE for ; Mon, 13 Jan 2025 18:41:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1736793706.00a2ff634bfff88f9030872dc952005b5630d09f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyzmq/pyzmq-26.2.0.ebuild X-VCS-Directories: dev-python/pyzmq/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 00a2ff634bfff88f9030872dc952005b5630d09f X-VCS-Branch: master Date: Mon, 13 Jan 2025 18:41:51 +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: 402b3618-f43b-4dfe-85ae-594f10b3e5bc X-Archives-Hash: ea9096ca6eb660bb95dfbc1258eae0e0 commit: 00a2ff634bfff88f9030872dc952005b5630d09f Author: Michał Górny gentoo org> AuthorDate: Mon Jan 13 14:11:37 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 13 18:41:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a2ff63 dev-python/pyzmq: Disable adding RPATH Signed-off-by: Michał Górny gentoo.org> dev-python/pyzmq/pyzmq-26.2.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pyzmq/pyzmq-26.2.0.ebuild b/dev-python/pyzmq/pyzmq-26.2.0.ebuild index 833d31e4f865..370bb421f949 100644 --- a/dev-python/pyzmq/pyzmq-26.2.0.ebuild +++ b/dev-python/pyzmq/pyzmq-26.2.0.ebuild @@ -57,6 +57,8 @@ src_configure() { DISTUTILS_ARGS=( -DZMQ_DRAFT_API="$(usex drafts)" -DPYZMQ_NO_BUNDLE=ON + # unnecessarily adds /usr/lib* to rpath + -DPYZMQ_LIBZMQ_RPATH=OFF ) }