aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-04-20 20:20:20 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-04-20 20:20:20 +0200
commitdfd270cc3975c78f11b40685a10fad9ad927d1ce (patch)
tree6b3b586c450ce2def5ff74c342264704a5061646
parentprofiles: Globally mask useflag seccomp; library does not work yet on riscv (diff)
downloadriscv-dfd270cc3975c78f11b40685a10fad9ad927d1ce.tar.gz
riscv-dfd270cc3975c78f11b40685a10fad9ad927d1ce.tar.bz2
riscv-dfd270cc3975c78f11b40685a10fad9ad927d1ce.zip
profiles: No Python 2 here, since it has lots of trouble with two-stage libdir
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--profiles/arch/riscv/use.mask3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask
index 1898783..840b97a 100644
--- a/profiles/arch/riscv/use.mask
+++ b/profiles/arch/riscv/use.mask
@@ -1,2 +1,5 @@
# The required library has not been ported to riscv yet.
seccomp
+
+# Python 2 has a lot of trouble with the two-level libdir.
+python_targets_python2_7