Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yasm/
Date: Fri, 29 Nov 2019 08:17:10
Message-Id: 1575015270.88b629ccf5b0a80ee47a69444c19df6b60efd230.mgorny@gentoo
1 commit: 88b629ccf5b0a80ee47a69444c19df6b60efd230
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 17:27:21 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 08:14:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b629cc
7
8 dev-lang/yasm: Use python_setup instead of python_export_best
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lang/yasm/yasm-1.2.0-r1.ebuild | 2 +-
13 dev-lang/yasm/yasm-1.3.0.ebuild | 2 +-
14 dev-lang/yasm/yasm-9999.ebuild | 4 ++--
15 3 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-lang/yasm/yasm-1.2.0-r1.ebuild b/dev-lang/yasm/yasm-1.2.0-r1.ebuild
18 index be32d57759d..9cd5c98942f 100644
19 --- a/dev-lang/yasm/yasm-1.2.0-r1.ebuild
20 +++ b/dev-lang/yasm/yasm-1.2.0-r1.ebuild
21 @@ -37,7 +37,7 @@ src_prepare() {
22 }
23
24 src_configure() {
25 - use python && python_export_best
26 + use python && python_setup
27
28 econf \
29 $(use_enable python) \
30
31 diff --git a/dev-lang/yasm/yasm-1.3.0.ebuild b/dev-lang/yasm/yasm-1.3.0.ebuild
32 index cee1a7f6f93..e1ef59791ee 100644
33 --- a/dev-lang/yasm/yasm-1.3.0.ebuild
34 +++ b/dev-lang/yasm/yasm-1.3.0.ebuild
35 @@ -26,7 +26,7 @@ DEPEND="
36 python? ( >=dev-python/cython-0.14[${PYTHON_USEDEP}] )"
37
38 src_configure() {
39 - use python && python_export_best
40 + use python && python_setup
41
42 XMLTO=: \
43 econf \
44
45 diff --git a/dev-lang/yasm/yasm-9999.ebuild b/dev-lang/yasm/yasm-9999.ebuild
46 index c667fd21f2b..1dc81bc993d 100644
47 --- a/dev-lang/yasm/yasm-9999.ebuild
48 +++ b/dev-lang/yasm/yasm-9999.ebuild
49 @@ -50,9 +50,9 @@ src_prepare() {
50
51 src_configure() {
52 if [[ ${PV} == 9999* ]]; then
53 - python_export_best
54 + python_setup
55 else
56 - use python && python_export_best
57 + use python && python_setup
58 fi
59
60 econf \