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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6489139355 for ; Tue, 3 Aug 2021 13:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28DB0E0894; Tue, 3 Aug 2021 13:59:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11523E0894 for ; Tue, 3 Aug 2021 13:59:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7112343D44 for ; Tue, 3 Aug 2021 13:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F26D925 for ; Tue, 3 Aug 2021 13:59:38 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1627999075.64cc33f4904a5582464ef9de9a0faad2aee0e0ce.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysvn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysvn/pysvn-1.9.15.ebuild X-VCS-Directories: dev-python/pysvn/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 64cc33f4904a5582464ef9de9a0faad2aee0e0ce X-VCS-Branch: master Date: Tue, 3 Aug 2021 13:59:38 +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: 344c8c37-6ee3-4144-b1d6-fbb81ead1500 X-Archives-Hash: e8e1d06a351e083f16a7beb2bb55de95 commit: 64cc33f4904a5582464ef9de9a0faad2aee0e0ce Author: Sebastian Pipping gentoo org> AuthorDate: Tue Aug 3 13:57:34 2021 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Aug 3 13:57:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cc33f4 dev-python/pysvn: Fix 1.9.15 cross-compilation Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3 dev-python/pysvn/pysvn-1.9.15.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-python/pysvn/pysvn-1.9.15.ebuild b/dev-python/pysvn/pysvn-1.9.15.ebuild index 9e8fecfbe0e..2944d5593d6 100644 --- a/dev-python/pysvn/pysvn-1.9.15.ebuild +++ b/dev-python/pysvn/pysvn-1.9.15.ebuild @@ -31,15 +31,13 @@ python_prepare_all() { python_configure() { cd Source || die - # all config options from 1.7.6 are all already set - esetup.py configure + CC="$(tc-getCC)" CCC="$(tc-getCXX)" \ + esetup.py configure } python_compile() { cd Source || die - emake \ - CC="$(tc-getCC)" \ - CCC="$(tc-getCXX)" + emake } python_test() {