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 090F61581E7 for ; Mon, 22 Apr 2024 16:52:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB67E29FE; Mon, 22 Apr 2024 16:52:47 +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 05163E29FE for ; Mon, 22 Apr 2024 16:52:47 +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 B92533432EB for ; Mon, 22 Apr 2024 16:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DB0D174C for ; Mon, 22 Apr 2024 16:52:43 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1713804708.b530e6c0dd70faadf83a85932b449b9270190892.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/tatt/tatt-9999.ebuild X-VCS-Directories: app-portage/tatt/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: b530e6c0dd70faadf83a85932b449b9270190892 X-VCS-Branch: master Date: Mon, 22 Apr 2024 16:52:43 +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: 85e45c40-a779-43df-bf4f-096bec786760 X-Archives-Hash: 89d35a1f043f4422b65285d923eab83b commit: b530e6c0dd70faadf83a85932b449b9270190892 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Apr 22 16:47:23 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Apr 22 16:51:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b530e6c0 app-portage/tatt: sync live ebuild Signed-off-by: Viorel Munteanu gentoo.org> app-portage/tatt/tatt-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-portage/tatt/tatt-9999.ebuild b/app-portage/tatt/tatt-9999.ebuild index b812e36405f5..805c349c5dd0 100644 --- a/app-portage/tatt/tatt-9999.ebuild +++ b/app-portage/tatt/tatt-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 git-r3 DESCRIPTION="Arch testing tool"