commit: 11ef9dadf52e61fc33e13c4b22547ba8a8ff6819 Author: Richard Fröhning <misanthropos <AT> gmx <DOT> de> AuthorDate: Thu Apr 24 09:38:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 01:47:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ef9dad
x11-misc/revelation: enable python-3.13 Signed-off-by: Richard Fröhning <misanthropos <AT> gmx.de> Part-of: https://github.com/gentoo/gentoo/pull/41726 Closes: https://github.com/gentoo/gentoo/pull/41726 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/revelation/revelation-0.5.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/revelation/revelation-0.5.5.ebuild b/x11-misc/revelation/revelation-0.5.5.ebuild index 3628ed638e00..7fbf970ea439 100644 --- a/x11-misc/revelation/revelation-0.5.5.ebuild +++ b/x11-misc/revelation/revelation-0.5.5.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome2-utils python-single-r1 meson xdg
