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 ADAFA138334 for ; Fri, 29 Nov 2019 08:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04C48E095F; Fri, 29 Nov 2019 08:17:12 +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 E0FBCE095F for ; Fri, 29 Nov 2019 08:17:11 +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 EECAE34D575 for ; Fri, 29 Nov 2019 08:17:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C448C8 for ; Fri, 29 Nov 2019 08:17:06 +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: <1575015274.8a8cfca457e3cf3058d7007df0deb882ef6a82f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsd/gpsd-3.17-r3.ebuild sci-geosciences/gpsd/gpsd-3.17-r4.ebuild X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8a8cfca457e3cf3058d7007df0deb882ef6a82f4 X-VCS-Branch: master Date: Fri, 29 Nov 2019 08:17:06 +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: 3bda59df-99ad-44bb-a91e-cdaa694717eb X-Archives-Hash: 90fc8d0fec10090dde58acfa9a84f015 commit: 8a8cfca457e3cf3058d7007df0deb882ef6a82f4 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 28 17:33:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 29 08:14:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8cfca4 sci-geosciences/gpsd: python_export_best → python_setup Signed-off-by: Michał Górny gentoo.org> sci-geosciences/gpsd/gpsd-3.17-r3.ebuild | 2 +- sci-geosciences/gpsd/gpsd-3.17-r4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild index 8999e495cd4..bf7ad731887 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r3.ebuild @@ -89,7 +89,7 @@ src_prepare() { } python_prepare_all() { - python_export_best + python_setup # Extract python info out of SConstruct so we can use saner distribute pyvar() { sed -n "/^ *$1 *=/s:.*= *::p" SConstruct ; } local pybins=$(pyvar python_progs | tail -1) diff --git a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild index 78e26cfd798..cd0378d90c4 100644 --- a/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.17-r4.ebuild @@ -91,7 +91,7 @@ src_prepare() { } python_prepare_all() { - python_export_best + python_setup # Extract python info out of SConstruct so we can use saner distribute pyvar() { sed -n "/^ *$1 *=/s:.*= *::p" SConstruct ; } local pybins=$(pyvar python_progs | tail -1)