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 E95151581D3 for ; Wed, 22 May 2024 13:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B7AE2A3A; Wed, 22 May 2024 13:19:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6326BE2A3A for ; Wed, 22 May 2024 13:19:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF47A34133B for ; Wed, 22 May 2024 13:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3540F1B31 for ; Wed, 22 May 2024 13:19:31 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1716383843.3505f19f55df7655391c95edcbd50fb4942718ac.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libmodulemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild sys-libs/libmodulemd/libmodulemd-9999.ebuild X-VCS-Directories: sys-libs/libmodulemd/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 3505f19f55df7655391c95edcbd50fb4942718ac X-VCS-Branch: master Date: Wed, 22 May 2024 13:19:31 +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: 31d2f757-673e-4e92-b099-68c9d92cbb13 X-Archives-Hash: 72c32f090f94e208eac54b5205b4660e commit: 3505f19f55df7655391c95edcbd50fb4942718ac Author: Matt Jolly gentoo org> AuthorDate: Mon May 13 09:42:53 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Wed May 22 13:17:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3505f19f sys-libs/libmodulemd: enable py3.12 Signed-off-by: Matt Jolly gentoo.org> sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild | 4 ++-- sys-libs/libmodulemd/libmodulemd-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild b/sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild index 72b02229c8f2..41aeaa2985e0 100644 --- a/sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild +++ b/sys-libs/libmodulemd/libmodulemd-2.15.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-single-r1 diff --git a/sys-libs/libmodulemd/libmodulemd-9999.ebuild b/sys-libs/libmodulemd/libmodulemd-9999.ebuild index 9b232210697a..8070c2e20bed 100644 --- a/sys-libs/libmodulemd/libmodulemd-9999.ebuild +++ b/sys-libs/libmodulemd/libmodulemd-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-single-r1