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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C605139337 for ; Mon, 2 Aug 2021 01:02:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF0A6E09E7; Mon, 2 Aug 2021 01:02:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B46F7E09E7 for ; Mon, 2 Aug 2021 01:02:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C371D343AD2 for ; Mon, 2 Aug 2021 01:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 096E985B for ; Mon, 2 Aug 2021 01:02:19 +0000 (UTC) From: "Adam Feldman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Feldman" Message-ID: <1627865893.2cfcd2f2a0e5b0f1837ea3303e285c40189433cf.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: x11-misc/mozo/mozo-1.24.0-r1.ebuild x11-misc/mozo/mozo-1.24.1.ebuild x11-misc/mozo/mozo-9999.ebuild X-VCS-Directories: x11-misc/mozo/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: Adam Feldman X-VCS-Revision: 2cfcd2f2a0e5b0f1837ea3303e285c40189433cf X-VCS-Branch: master Date: Mon, 2 Aug 2021 01:02:19 +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: 90e751dd-e779-4971-8f30-56fb8093de57 X-Archives-Hash: 49e3eb6804426c202e4d3e2fe5ebc5ec commit: 2cfcd2f2a0e5b0f1837ea3303e285c40189433cf Author: Adam Feldman gentoo org> AuthorDate: Mon Aug 2 00:58:13 2021 +0000 Commit: Adam Feldman gentoo org> CommitDate: Mon Aug 2 00:58:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2cfcd2f2 x11-misc/mozo: Support python 3_9, 3_10 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Adam Feldman gentoo.org> x11-misc/mozo/mozo-1.24.0-r1.ebuild | 2 +- x11-misc/mozo/mozo-1.24.1.ebuild | 2 +- x11-misc/mozo/mozo-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild b/x11-misc/mozo/mozo-1.24.0-r1.ebuild index 7adc3a7..30351b9 100644 --- a/x11-misc/mozo/mozo-1.24.0-r1.ebuild +++ b/x11-misc/mozo/mozo-1.24.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} ) PYTHON_REQ_USE="xml" inherit mate python-r1 diff --git a/x11-misc/mozo/mozo-1.24.1.ebuild b/x11-misc/mozo/mozo-1.24.1.ebuild index 2b73ccc..e7a5de8 100644 --- a/x11-misc/mozo/mozo-1.24.1.ebuild +++ b/x11-misc/mozo/mozo-1.24.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} ) PYTHON_REQ_USE="xml" inherit mate python-r1 diff --git a/x11-misc/mozo/mozo-9999.ebuild b/x11-misc/mozo/mozo-9999.ebuild index 8977a14..e7a5de8 100644 --- a/x11-misc/mozo/mozo-9999.ebuild +++ b/x11-misc/mozo/mozo-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9,3_10} ) PYTHON_REQ_USE="xml" inherit mate python-r1