diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-01-06 19:43:57 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-01-06 19:44:16 +0100 |
commit | 2754a3a5b42d26b5b5e884b5b62f484016ba8b84 (patch) | |
tree | f119d211c0d5c389d6f9017ed5973303171a0bf6 /profiles/features/prefix | |
parent | Merge remote-tracking branch 'remotes/Coacher/mpv-add-HTML-docs-to-documentat... (diff) | |
download | gentoo-2754a3a5b42d26b5b5e884b5b62f484016ba8b84.tar.gz gentoo-2754a3a5b42d26b5b5e884b5b62f484016ba8b84.tar.bz2 gentoo-2754a3a5b42d26b5b5e884b5b62f484016ba8b84.zip |
profiles/features/prefix/make.defaults: drop python targets override, we've got all versions
Diffstat (limited to 'profiles/features/prefix')
-rw-r--r-- | profiles/features/prefix/make.defaults | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/features/prefix/make.defaults b/profiles/features/prefix/make.defaults index 7357c5be4462..4884f1fb6eb5 100644 --- a/profiles/features/prefix/make.defaults +++ b/profiles/features/prefix/make.defaults @@ -18,6 +18,3 @@ FEATURES="${FEATURES} -sandbox" # this probably already is like this, but we assure that in prefix we # have a GNU userland USERLAND="GNU" - -# Python 3.4 isn't in prefix yet. -USE="python_targets_python3_3 -python_targets_python3_4" |