From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1338313-garchives=archives.gentoo.org@lists.gentoo.org> 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 262EB158086 for <garchives@archives.gentoo.org>; Wed, 10 Nov 2021 18:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA6A52BC00A; Wed, 10 Nov 2021 18:05:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D07AB2BC00A for <gentoo-commits@lists.gentoo.org>; Wed, 10 Nov 2021 18:05:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B607F342C7F for <gentoo-commits@lists.gentoo.org>; Wed, 10 Nov 2021 18:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E5CB18E for <gentoo-commits@lists.gentoo.org>; Wed, 10 Nov 2021 18:05:18 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1636567510.1c190bbffd67450140a310a1cc1b1c438aac4fbf.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydevd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydevd/pydevd-2.7.0.ebuild X-VCS-Directories: dev-python/pydevd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c190bbffd67450140a310a1cc1b1c438aac4fbf X-VCS-Branch: master Date: Wed, 10 Nov 2021 18:05:18 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9d3f59ce-ecca-471f-8dbd-e9b41dacfbb8 X-Archives-Hash: bb42fde9c95d0c3c1f83d7f1a69e3835 commit: 1c190bbffd67450140a310a1cc1b1c438aac4fbf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 10 18:04:17 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 10 18:05:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c190bbf dev-python/pydevd: shift -ldl again Closes: https://bugs.gentoo.org/822861 See: f0747e05cbde06b1a2b1c0448a4897723b61dd6b Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pydevd/pydevd-2.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydevd/pydevd-2.7.0.ebuild b/dev-python/pydevd/pydevd-2.7.0.ebuild index 29798c00418..894733a4d3a 100644 --- a/dev-python/pydevd/pydevd-2.7.0.ebuild +++ b/dev-python/pydevd/pydevd-2.7.0.ebuild @@ -74,7 +74,7 @@ src_compile() { pushd pydevd_attach_to_process/linux_and_mac || die # recompile removed file (extracted from compile_linux.sh) $(tc-getBUILD_CXX) ${CXXFLAGS} ${CPPFLAGS} -o "attach_linux_${ARCH}.so" \ - ${LDFLAGS} -ldl -nostartfiles attach.cpp || die + ${LDFLAGS} -nostartfiles attach.cpp -ldl || die mv "attach_linux_${ARCH}.so" ../ || die popd || die python_foreach_impl distutils-r1_python_compile