commit: c10f96b886f1b38ca4a73b10d29eebc4af22ecdb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 25 15:58:49 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 25 15:58:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10f96b8
dev-util/meson: drop Python 3.7 Closes: https://bugs.gentoo.org/840800 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/meson/meson-0.59.4.ebuild | 4 ++-- dev-util/meson/meson-0.60.2-r1.ebuild | 4 ++-- 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"
