diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-26 23:25:43 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-27 00:29:36 +0100 |
commit | 90d96fabb31a170a519f15d6377c1010f9de2d98 (patch) | |
tree | fc0333e3e8b42a07922f67dcf30c7e604faadabc /profiles/bootstrap | |
parent | profiles/bootstrap: add app-admin/sudo, dev-vcs/git, pants-on/base to @system... (diff) | |
download | portage-90d96fabb31a170a519f15d6377c1010f9de2d98.tar.xz |
t,p
Diffstat (limited to 'profiles/bootstrap')
-rw-r--r-- | profiles/bootstrap/make.defaults | 4 | ||||
-rw-r--r-- | profiles/bootstrap/package.use | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/bootstrap/make.defaults b/profiles/bootstrap/make.defaults index bfe4c043..3ed1b0f9 100644 --- a/profiles/bootstrap/make.defaults +++ b/profiles/bootstrap/make.defaults @@ -15,3 +15,7 @@ FEATURES="${FEATURES} distlocks ebuild-locks" FEATURES="${FEATURES} parallel-fetch" FEATURES="${FEATURES} fixlafiles" FEATURES="${FEATURES} xattr" + +# TMP +USE="-* python_targets_python3_6" + diff --git a/profiles/bootstrap/package.use b/profiles/bootstrap/package.use index 535e7b92..c09c2da5 100644 --- a/profiles/bootstrap/package.use +++ b/profiles/bootstrap/package.use @@ -1,6 +1,6 @@ -*/* -* -*/* PYTHON_SINGLE_TARGET: python3_6 -*/* PYTHON_TARGETS: python3_6 +#*/* -* +#*/* PYTHON_SINGLE_TARGET: python3_6 +#*/* PYTHON_TARGETS: python3_6 app-admin/sudo offensive pam app-arch/tar acl |