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/
Date: Sat, 20 Apr 2019 23:35:04
Message-Id: 1555784420.dfd270cc3975c78f11b40685a10fad9ad927d1ce.dilfridge@gentoo
1 commit: dfd270cc3975c78f11b40685a10fad9ad927d1ce
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 18:20:20 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 18:20:20 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=dfd270cc
7
8 profiles: No Python 2 here, since it has lots of trouble with two-stage libdir
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/arch/riscv/use.mask | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
16 index 1898783..840b97a 100644
17 --- a/profiles/arch/riscv/use.mask
18 +++ b/profiles/arch/riscv/use.mask
19 @@ -1,2 +1,5 @@
20 # The required library has not been ported to riscv yet.
21 seccomp
22 +
23 +# Python 2 has a lot of trouble with the two-level libdir.
24 +python_targets_python2_7