diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:36:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:37 +0100 |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /sys-devel | |
parent | profiles: Clean py2.7 leftovers (diff) | |
download | gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.gz gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.bz2 gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.zip |
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
35 files changed, 35 insertions, 35 deletions
diff --git a/sys-devel/automake/automake-1.16.2-r1.ebuild b/sys-devel/automake/automake-1.16.2-r1.ebuild index 946468a86a1c..34f808f34334 100644 --- a/sys-devel/automake/automake-1.16.2-r1.ebuild +++ b/sys-devel/automake/automake-1.16.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_7 ) inherit python-any-r1 diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild b/sys-devel/automake/automake-1.16.3-r1.ebuild index 911f740f96fc..cd3307a6083d 100644 --- a/sys-devel/automake/automake-1.16.3-r1.ebuild +++ b/sys-devel/automake/automake-1.16.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_7 ) inherit python-any-r1 diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index d357215cbb5e..d843fc43fa29 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit python-any-r1 diff --git a/sys-devel/clang/clang-10.0.1.ebuild b/sys-devel/clang/clang-10.0.1.ebuild index 15a4ebb140a9..a3627a962031 100644 --- a/sys-devel/clang/clang-10.0.1.ebuild +++ b/sys-devel/clang/clang-10.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org multilib-minimal pax-utils \ python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-11.0.0.ebuild b/sys-devel/clang/clang-11.0.0.ebuild index 1d4f4bad16c9..6a99b268fe0c 100644 --- a/sys-devel/clang/clang-11.0.0.ebuild +++ b/sys-devel/clang/clang-11.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org multilib-minimal pax-utils \ prefix python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-11.0.1.ebuild b/sys-devel/clang/clang-11.0.1.ebuild index 37692daa7397..74831679d500 100644 --- a/sys-devel/clang/clang-11.0.1.ebuild +++ b/sys-devel/clang/clang-11.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org multilib-minimal pax-utils \ prefix python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-11.1.0_rc1.ebuild b/sys-devel/clang/clang-11.1.0_rc1.ebuild index 2062b13c19e6..4539b8b151d0 100644 --- a/sys-devel/clang/clang-11.1.0_rc1.ebuild +++ b/sys-devel/clang/clang-11.1.0_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org multilib-minimal pax-utils \ prefix python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-11.1.0_rc2.ebuild b/sys-devel/clang/clang-11.1.0_rc2.ebuild index 33ff1eb5ba37..ec60fe799a77 100644 --- a/sys-devel/clang/clang-11.1.0_rc2.ebuild +++ b/sys-devel/clang/clang-11.1.0_rc2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org multilib-minimal pax-utils \ prefix python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-12.0.0.9999.ebuild b/sys-devel/clang/clang-12.0.0.9999.ebuild index 8825b6aafaab..f0164c6eaeab 100644 --- a/sys-devel/clang/clang-12.0.0.9999.ebuild +++ b/sys-devel/clang/clang-12.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org multilib-minimal pax-utils \ prefix python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-12.0.0_rc1.ebuild b/sys-devel/clang/clang-12.0.0_rc1.ebuild index 8825b6aafaab..f0164c6eaeab 100644 --- a/sys-devel/clang/clang-12.0.0_rc1.ebuild +++ b/sys-devel/clang/clang-12.0.0_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org multilib-minimal pax-utils \ prefix python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-13.0.0.9999.ebuild b/sys-devel/clang/clang-13.0.0.9999.ebuild index 8825b6aafaab..f0164c6eaeab 100644 --- a/sys-devel/clang/clang-13.0.0.9999.ebuild +++ b/sys-devel/clang/clang-13.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org multilib-minimal pax-utils \ prefix python-single-r1 toolchain-funcs diff --git a/sys-devel/clang/clang-9.0.1.ebuild b/sys-devel/clang/clang-9.0.1.ebuild index 0e501e733812..99b0909b7fe4 100644 --- a/sys-devel/clang/clang-9.0.1.ebuild +++ b/sys-devel/clang/clang-9.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit cmake-utils llvm llvm.org multilib-minimal multiprocessing \ pax-utils python-single-r1 toolchain-funcs diff --git a/sys-devel/distcc/distcc-3.3.3-r1.ebuild b/sys-devel/distcc/distcc-3.3.3-r1.ebuild index cd993af0db33..5bbe0b807af5 100644 --- a/sys-devel/distcc/distcc-3.3.3-r1.ebuild +++ b/sys-devel/distcc/distcc-3.3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit autotools flag-o-matic python-single-r1 systemd \ toolchain-funcs user xdg-utils prefix diff --git a/sys-devel/gdb/gdb-10.1.ebuild b/sys-devel/gdb/gdb-10.1.ebuild index 4ceff54454c8..940b142caef1 100644 --- a/sys-devel/gdb/gdb-10.1.ebuild +++ b/sys-devel/gdb/gdb-10.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit eutils flag-o-matic python-single-r1 toolchain-funcs diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index c257b4df7b7d..bcbe6b1cd2a8 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit eutils flag-o-matic python-single-r1 toolchain-funcs diff --git a/sys-devel/lld/lld-10.0.1.ebuild b/sys-devel/lld/lld-10.0.1.ebuild index 39abe87632eb..fe6f699170d5 100644 --- a/sys-devel/lld/lld-10.0.1.ebuild +++ b/sys-devel/lld/lld-10.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-11.0.0.ebuild b/sys-devel/lld/lld-11.0.0.ebuild index d64c7783a75a..738d5deb1cb8 100644 --- a/sys-devel/lld/lld-11.0.0.ebuild +++ b/sys-devel/lld/lld-11.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-11.0.1.ebuild b/sys-devel/lld/lld-11.0.1.ebuild index 3b7d2cc87034..a2dd610cde0f 100644 --- a/sys-devel/lld/lld-11.0.1.ebuild +++ b/sys-devel/lld/lld-11.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-11.1.0_rc1.ebuild b/sys-devel/lld/lld-11.1.0_rc1.ebuild index d136465d213d..cb021f0a9790 100644 --- a/sys-devel/lld/lld-11.1.0_rc1.ebuild +++ b/sys-devel/lld/lld-11.1.0_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-11.1.0_rc2.ebuild b/sys-devel/lld/lld-11.1.0_rc2.ebuild index d136465d213d..cb021f0a9790 100644 --- a/sys-devel/lld/lld-11.1.0_rc2.ebuild +++ b/sys-devel/lld/lld-11.1.0_rc2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-12.0.0.9999.ebuild b/sys-devel/lld/lld-12.0.0.9999.ebuild index 3cf868e55cb7..0f5405e8929e 100644 --- a/sys-devel/lld/lld-12.0.0.9999.ebuild +++ b/sys-devel/lld/lld-12.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-12.0.0_rc1.ebuild b/sys-devel/lld/lld-12.0.0_rc1.ebuild index 55857fedba99..130638f2e5a7 100644 --- a/sys-devel/lld/lld-12.0.0_rc1.ebuild +++ b/sys-devel/lld/lld-12.0.0_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-13.0.0.9999.ebuild b/sys-devel/lld/lld-13.0.0.9999.ebuild index 55857fedba99..130638f2e5a7 100644 --- a/sys-devel/lld/lld-13.0.0.9999.ebuild +++ b/sys-devel/lld/lld-13.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm llvm.org python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-9.0.1.ebuild b/sys-devel/lld/lld-9.0.1.ebuild index a0b12c0bc92d..9115037f7bea 100644 --- a/sys-devel/lld/lld-9.0.1.ebuild +++ b/sys-devel/lld/lld-9.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit cmake-utils llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/llvm/llvm-10.0.1.ebuild b/sys-devel/llvm/llvm-10.0.1.ebuild index 36f06277c37a..cd9bb97a261d 100644 --- a/sys-devel/llvm/llvm-10.0.1.ebuild +++ b/sys-devel/llvm/llvm-10.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs diff --git a/sys-devel/llvm/llvm-11.0.0.ebuild b/sys-devel/llvm/llvm-11.0.0.ebuild index 0cbcd376ab36..f22b711d4e9f 100644 --- a/sys-devel/llvm/llvm-11.0.0.ebuild +++ b/sys-devel/llvm/llvm-11.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs diff --git a/sys-devel/llvm/llvm-11.0.1.ebuild b/sys-devel/llvm/llvm-11.0.1.ebuild index bb144c488274..3f27a9d16c46 100644 --- a/sys-devel/llvm/llvm-11.0.1.ebuild +++ b/sys-devel/llvm/llvm-11.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs diff --git a/sys-devel/llvm/llvm-11.1.0_rc1.ebuild b/sys-devel/llvm/llvm-11.1.0_rc1.ebuild index 40ecd173e2da..6b479a5280ef 100644 --- a/sys-devel/llvm/llvm-11.1.0_rc1.ebuild +++ b/sys-devel/llvm/llvm-11.1.0_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs diff --git a/sys-devel/llvm/llvm-11.1.0_rc2.ebuild b/sys-devel/llvm/llvm-11.1.0_rc2.ebuild index 40ecd173e2da..6b479a5280ef 100644 --- a/sys-devel/llvm/llvm-11.1.0_rc2.ebuild +++ b/sys-devel/llvm/llvm-11.1.0_rc2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs diff --git a/sys-devel/llvm/llvm-12.0.0.9999.ebuild b/sys-devel/llvm/llvm-12.0.0.9999.ebuild index 11caae9220b5..b5396d6a1545 100644 --- a/sys-devel/llvm/llvm-12.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-12.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs diff --git a/sys-devel/llvm/llvm-12.0.0_rc1.ebuild b/sys-devel/llvm/llvm-12.0.0_rc1.ebuild index 11caae9220b5..b5396d6a1545 100644 --- a/sys-devel/llvm/llvm-12.0.0_rc1.ebuild +++ b/sys-devel/llvm/llvm-12.0.0_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs diff --git a/sys-devel/llvm/llvm-13.0.0.9999.ebuild b/sys-devel/llvm/llvm-13.0.0.9999.ebuild index 11caae9220b5..b5396d6a1545 100644 --- a/sys-devel/llvm/llvm-13.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-13.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \ toolchain-funcs diff --git a/sys-devel/llvm/llvm-9.0.1.ebuild b/sys-devel/llvm/llvm-9.0.1.ebuild index c0b10c76d144..1ffa22252706 100644 --- a/sys-devel/llvm/llvm-9.0.1.ebuild +++ b/sys-devel/llvm/llvm-9.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit cmake-utils llvm.org multilib-minimal multiprocessing \ pax-utils python-any-r1 toolchain-funcs diff --git a/sys-devel/rust-std/rust-std-1.46.0.ebuild b/sys-devel/rust-std/rust-std-1.46.0.ebuild index a90e4641c1f1..f3d2f32b9f2e 100644 --- a/sys-devel/rust-std/rust-std-1.46.0.ebuild +++ b/sys-devel/rust-std/rust-std-1.46.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs diff --git a/sys-devel/rust-std/rust-std-1.47.0.ebuild b/sys-devel/rust-std/rust-std-1.47.0.ebuild index 46fc2485f617..e0bcdc1d61fc 100644 --- a/sys-devel/rust-std/rust-std-1.47.0.ebuild +++ b/sys-devel/rust-std/rust-std-1.47.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic multiprocessing python-any-r1 rust-toolchain toolchain-funcs |