From b3a4e13056ed8a623befa2ed50914b487804f81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20J=C3=A4ger?= Date: Thu, 1 May 2025 23:17:37 +0200 Subject: [PATCH] gui-apps/nwg-clipman: bump pyhton compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Jäger --- .../{nwg-clipman-0.2.4.ebuild => nwg-clipman-0.2.4-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename gui-apps/nwg-clipman/{nwg-clipman-0.2.4.ebuild => nwg-clipman-0.2.4-r1.ebuild} (94%) diff --git a/gui-apps/nwg-clipman/nwg-clipman-0.2.4.ebuild b/gui-apps/nwg-clipman/nwg-clipman-0.2.4-r1.ebuild similarity index 94% rename from gui-apps/nwg-clipman/nwg-clipman-0.2.4.ebuild rename to gui-apps/nwg-clipman/nwg-clipman-0.2.4-r1.ebuild index ac59529d9b..d8ceeefb02 100644 --- a/gui-apps/nwg-clipman/nwg-clipman-0.2.4.ebuild +++ b/gui-apps/nwg-clipman/nwg-clipman-0.2.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 xdg-utils