diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2014-04-27 13:33:46 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2014-04-27 13:58:07 +0200 |
commit | 705c2935611809db175a479935cc48d58ab7b45d (patch) | |
tree | 057cacb05aa9e237cb780eedbd9cca2502f5d603 /profiles/enlightenment | |
parent | dev-libs/libconcord: Drop python-2.6 support (diff) | |
download | portage-705c2935611809db175a479935cc48d58ab7b45d.tar.xz |
profiles/enlightenment: Drop python-2.6 support
Diffstat (limited to 'profiles/enlightenment')
-rw-r--r-- | profiles/enlightenment/build/make.defaults | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/enlightenment/build/make.defaults b/profiles/enlightenment/build/make.defaults index e4f8a438..e8f7513f 100644 --- a/profiles/enlightenment/build/make.defaults +++ b/profiles/enlightenment/build/make.defaults @@ -344,9 +344,8 @@ USE="${USE} # Setting PYTHON_TARGETS is non functional, need to expand manually # First disable all of them, set enable needed one # W=python_targets ; sed -rne "s/^([a-zA-Z]([^ ]+)) .*/\t-${W}_\1/p" /usr/portage/profiles/desc/${W}.desc | sort -PYTHON_TARGETS="python2_6 python2_7 python3_2 python3_3 python3_4" +PYTHON_TARGETS="python2_7 python3_2 python3_3 python3_4" USE="${USE} - python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 |