From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 22527158003 for ; Mon, 25 Apr 2022 15:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99899E07EF; Mon, 25 Apr 2022 15:59:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C60DE07EA for ; Mon, 25 Apr 2022 15:59:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58878341640 for ; Mon, 25 Apr 2022 15:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A929775 for ; Mon, 25 Apr 2022 15:59:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650902329.c10f96b886f1b38ca4a73b10d29eebc4af22ecdb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meson/meson-0.59.4.ebuild dev-util/meson/meson-0.60.2-r1.ebuild dev-util/meson/meson-0.60.3.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c10f96b886f1b38ca4a73b10d29eebc4af22ecdb X-VCS-Branch: master Date: Mon, 25 Apr 2022 15:59:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a663291-503f-427e-a588-27c01a6bd6aa X-Archives-Hash: 5caf1843066c3347d130857e9d672e31 commit: c10f96b886f1b38ca4a73b10d29eebc4af22ecdb Author: Sam James gentoo org> AuthorDate: Mon Apr 25 15:58:49 2022 +0000 Commit: Sam James gentoo 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 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"