Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/riscv:master commit in: profiles/arch/riscv/rv64gc/
Date: Thu, 02 May 2019 22:04:28
Message-Id: 1556834649.87df7ca6bd149b0b637856004650b5cca2924d39.dilfridge@gentoo
1 commit: 87df7ca6bd149b0b637856004650b5cca2924d39
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 22:04:09 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 22:04:09 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=87df7ca6
7
8 profiles: Really only python-3.7
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/arch/riscv/rv64gc/make.defaults | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/arch/riscv/rv64gc/make.defaults b/profiles/arch/riscv/rv64gc/make.defaults
16 index 0d78820..0326c28 100644
17 --- a/profiles/arch/riscv/rv64gc/make.defaults
18 +++ b/profiles/arch/riscv/rv64gc/make.defaults
19 @@ -39,4 +39,4 @@ IUSE_IMPLICIT="abi_riscv_lp64d"
20
21 # Enable Python 3.7 (and potentially later versions) only
22 PYTHON_TARGETS="python3_7"
23 -PYTHON_SINGLE_TARGET="python3_7"
24 +PYTHON_SINGLE_TARGET="-* python3_7"