From f6be1e7f20860a2c4cc5246535aaced7c9872e04 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 22 Apr 2020 22:06:56 -0400 Subject: [PATCH] profile: fix python 3.7 use.mask --- profiles/pentoo/arch/x86/package.use.mask | 4 ---- profiles/pentoo/arch/x86/use.mask | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 profiles/pentoo/arch/x86/use.mask diff --git a/profiles/pentoo/arch/x86/package.use.mask b/profiles/pentoo/arch/x86/package.use.mask index 0f5617703..83b42ec19 100644 --- a/profiles/pentoo/arch/x86/package.use.mask +++ b/profiles/pentoo/arch/x86/package.use.mask @@ -1,6 +1,2 @@ #looks like this stuff just doesn't work on x86 anymore app-crypt/johntheripper cuda opencl - -#that edge is bleeding --python_targets_python3_7 --python_single_target_python3_7 diff --git a/profiles/pentoo/arch/x86/use.mask b/profiles/pentoo/arch/x86/use.mask new file mode 100644 index 000000000..b00d0f221 --- /dev/null +++ b/profiles/pentoo/arch/x86/use.mask @@ -0,0 +1,3 @@ +#that edge is bleeding +-python_targets_python3_7 +-python_single_target_python3_7