diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-17 09:48:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-17 09:48:22 +0200 |
commit | 2db67a589e688ba866fce79132f608652bbc4cd8 (patch) | |
tree | 108083d26ac33deecb9d884215c6f68864a69704 /dev-vcs/git | |
parent | sys-fs/lvm2: improve dmeventd init (diff) | |
download | gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.gz gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.tar.bz2 gentoo-2db67a589e688ba866fce79132f608652bbc4cd8.zip |
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 202ebcd97b24..5b1ca9489df3 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN" if [[ ${PV} == *9999 ]]; then SCM="git-r3" diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 202ebcd97b24..5b1ca9489df3 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN" if [[ ${PV} == *9999 ]]; then SCM="git-r3" diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index 202ebcd97b24..5b1ca9489df3 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -6,7 +6,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN" if [[ ${PV} == *9999 ]]; then SCM="git-r3" diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 202ebcd97b24..5b1ca9489df3 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL=no # bug #329479: git-remote-testgit is not multiple-version aware -PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN" if [[ ${PV} == *9999 ]]; then SCM="git-r3" |