diff options
author | Sam James <sam@gentoo.org> | 2022-04-25 16:58:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-25 16:58:49 +0100 |
commit | c10f96b886f1b38ca4a73b10d29eebc4af22ecdb (patch) | |
tree | 0e9539986cc384ca025546ebc23c0580eb9381be /dev-util | |
parent | meson.eclass: disable werror (diff) | |
download | gentoo-c10f96b886f1b38ca4a73b10d29eebc4af22ecdb.tar.gz gentoo-c10f96b886f1b38ca4a73b10d29eebc4af22ecdb.tar.bz2 gentoo-c10f96b886f1b38ca4a73b10d29eebc4af22ecdb.zip |
dev-util/meson: drop Python 3.7
Closes: https://bugs.gentoo.org/840800
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/meson/meson-0.59.4.ebuild | 4 | ||||
-rw-r--r-- | dev-util/meson/meson-0.60.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/meson/meson-0.60.3.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/meson/meson-0.59.4.ebuild b/dev-util/meson/meson-0.59.4.ebuild index 0b7b12ebfbb7..5cdd6345facf 100644 --- a/dev-util/meson/meson-0.59.4.ebuild +++ b/dev-util/meson/meson-0.59.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 2016-2021 Gentoo Authors +# Copyright 2016-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson" diff --git a/dev-util/meson/meson-0.60.2-r1.ebuild b/dev-util/meson/meson-0.60.2-r1.ebuild index dae5370ccd0e..40eae30c4d71 100644 --- a/dev-util/meson/meson-0.60.2-r1.ebuild +++ b/dev-util/meson/meson-0.60.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 2016-2021 Gentoo Authors +# Copyright 2016-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson" diff --git a/dev-util/meson/meson-0.60.3.ebuild b/dev-util/meson/meson-0.60.3.ebuild index 55dd71fc8240..72eb2e56f912 100644 --- a/dev-util/meson/meson-0.60.3.ebuild +++ b/dev-util/meson/meson-0.60.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8,9,10} ) if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson" |