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 3A4C215817D for ; Wed, 19 Jun 2024 09:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77706E2A03; Wed, 19 Jun 2024 09:15:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 58312E2A02 for ; Wed, 19 Jun 2024 09:15:16 +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 82FE133BDC5 for ; Wed, 19 Jun 2024 09:15:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3ACD1CFB for ; Wed, 19 Jun 2024 09:15:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1718788361.65000a560a0d5f0c5d7a7f79e3b762dca6de1e2d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/yadm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/yadm/yadm-3.2.2.ebuild X-VCS-Directories: app-admin/yadm/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 65000a560a0d5f0c5d7a7f79e3b762dca6de1e2d X-VCS-Branch: master Date: Wed, 19 Jun 2024 09:15:13 +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: 04022c36-79c7-499e-b304-abf2f340c97d X-Archives-Hash: bf6a489d2bd5614d8532ed6c9dedc771 commit: 65000a560a0d5f0c5d7a7f79e3b762dca6de1e2d Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 19 09:12:41 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jun 19 09:12:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65000a56 app-admin/yadm: enable py3.12 Closes: https://bugs.gentoo.org/929278 Signed-off-by: Pacho Ramos gentoo.org> app-admin/yadm/yadm-3.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/yadm/yadm-3.2.2.ebuild b/app-admin/yadm/yadm-3.2.2.ebuild index 154ee7556273..782673d90f70 100644 --- a/app-admin/yadm/yadm-3.2.2.ebuild +++ b/app-admin/yadm/yadm-3.2.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=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit bash-completion-r1 python-any-r1 DESCRIPTION="Git based tool for managing dotfiles"