*/*: Drop python3_4 from PYTHON_COMPAT

Closes: https://github.com/gentoo/gentoo/pull/11706
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-04-16 13:17:14 +02:00
parent 49c9153d42
commit ef28997cd5
174 changed files with 174 additions and 174 deletions

View File

@@ -4,7 +4,7 @@
EAPI=6
# Python is required for tests and some build tasks.
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
inherit python-any-r1 cmake-multilib

View File

@@ -4,7 +4,7 @@
EAPI=6
# Python is required for tests and some build tasks.
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
inherit python-any-r1 cmake-multilib