diff options
author | Richard Fröhning <misanthropos@gmx.de> | 2024-06-02 20:47:11 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-12 15:25:03 +0300 |
commit | 04c98a4f13b6ee6646fe3ee6fbcdfd9d52de18ff (patch) | |
tree | e96bdd3b8c425348fb4aa99e58770f90253b2b66 /x11-misc | |
parent | net-analyzer/wtfis: drop 0.7.1 (diff) | |
download | gentoo-04c98a4f13b6ee6646fe3ee6fbcdfd9d52de18ff.tar.gz gentoo-04c98a4f13b6ee6646fe3ee6fbcdfd9d52de18ff.tar.bz2 gentoo-04c98a4f13b6ee6646fe3ee6fbcdfd9d52de18ff.zip |
x11-misc/revelation: add python_12 to PYTHON_COMPAT
Signed-off-by: Richard Fröhning <misanthropos@gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/37020
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/revelation/revelation-0.5.5.ebuild | 4 |
1 files 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 f31aeae6bc97..3628ed638e00 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome2-utils python-single-r1 meson xdg |