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 134941581D3 for ; Tue, 21 May 2024 16:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F6B7E2A58; Tue, 21 May 2024 16:10:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DD1DE2A58 for ; Tue, 21 May 2024 16:10:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 666BD33BE19 for ; Tue, 21 May 2024 16:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C732CAAF for ; Tue, 21 May 2024 16:10:45 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1716307788.85ca9c95795a50c17cfa8b0cd559c85846354bd0.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mozo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mozo/mozo-1.26.2.ebuild x11-misc/mozo/mozo-1.28.0.ebuild X-VCS-Directories: x11-misc/mozo/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 85ca9c95795a50c17cfa8b0cd559c85846354bd0 X-VCS-Branch: master Date: Tue, 21 May 2024 16:10:45 +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: 3bb449f8-db2b-4da3-8f77-54076eb1be80 X-Archives-Hash: e18a62462cf5ff65e6d0e2c8dbb3ad4f commit: 85ca9c95795a50c17cfa8b0cd559c85846354bd0 Author: Rick Farina gentoo org> AuthorDate: Tue May 21 16:09:48 2024 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue May 21 16:09:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ca9c95 x11-misc/mozo: add python 3.12 tests pass remove KEYWORDS="" to please pkgcheck Closes: https://bugs.gentoo.org/929888 Signed-off-by: Rick Farina gentoo.org> x11-misc/mozo/mozo-1.26.2.ebuild | 6 +++--- x11-misc/mozo/mozo-1.28.0.ebuild | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/x11-misc/mozo/mozo-1.26.2.ebuild b/x11-misc/mozo/mozo-1.26.2.ebuild index 29f50e52fa7b..bd10ba1423a0 100644 --- a/x11-misc/mozo/mozo-1.26.2.ebuild +++ b/x11-misc/mozo/mozo-1.26.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit mate python-r1 diff --git a/x11-misc/mozo/mozo-1.28.0.ebuild b/x11-misc/mozo/mozo-1.28.0.ebuild index 6496e4d89d96..55d608812889 100644 --- a/x11-misc/mozo/mozo-1.28.0.ebuild +++ b/x11-misc/mozo/mozo-1.28.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit mate python-r1 @@ -14,8 +14,6 @@ LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+" MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi SLOT="0"