commit: 78797e8eaa93686a5044071ddc28b7a278f737fb
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 14:18:13 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 14:22:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78797e8e
dev-util/meson: drop python3_7 from 0.61.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-util/meson/meson-0.61.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/meson/meson-0.61.1.ebuild
b/dev-util/meson/meson-0.61.1.ebuild
index 5f05ec422699..62b0fbfd0aec 100644
--- a/dev-util/meson/meson-0.61.1.ebuild
+++ b/dev-util/meson/meson-0.61.1.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"