diff options
author | Huang Rui <vowstar@gmail.com> | 2023-02-28 11:17:49 +0800 |
---|---|---|
committer | Huang Rui <vowstar@gmail.com> | 2023-02-28 11:17:49 +0800 |
commit | 555e6cb6dabbc9777279e0d71e0fb80f0a08b3ea (patch) | |
tree | 71b5a8864e291c0fd26619a0d9f193963b3cf32d /games-util | |
parent | gui-wm/hyprland: add 0.22.0 (diff) | |
download | guru-555e6cb6dabbc9777279e0d71e0fb80f0a08b3ea.tar.gz guru-555e6cb6dabbc9777279e0d71e0fb80f0a08b3ea.tar.bz2 guru-555e6cb6dabbc9777279e0d71e0fb80f0a08b3ea.zip |
games-util/chiaki: support python3.11
Closes: https://bugs.gentoo.org/897618
Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/chiaki/chiaki-2.1.1-r2.ebuild (renamed from games-util/chiaki/chiaki-2.1.1-r1.ebuild) | 4 | ||||
-rw-r--r-- | games-util/chiaki/chiaki-9999.ebuild | 4 | ||||
-rw-r--r-- | games-util/chiaki/metadata.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/games-util/chiaki/chiaki-2.1.1-r1.ebuild b/games-util/chiaki/chiaki-2.1.1-r2.ebuild index c969b7b53..8e8c111ae 100644 --- a/games-util/chiaki/chiaki-2.1.1-r1.ebuild +++ b/games-util/chiaki/chiaki-2.1.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-single-r1 xdg DESCRIPTION="Client for PlayStation 4 and PlayStation 5 Remote Play" diff --git a/games-util/chiaki/chiaki-9999.ebuild b/games-util/chiaki/chiaki-9999.ebuild index c969b7b53..8e8c111ae 100644 --- a/games-util/chiaki/chiaki-9999.ebuild +++ b/games-util/chiaki/chiaki-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-single-r1 xdg DESCRIPTION="Client for PlayStation 4 and PlayStation 5 Remote Play" diff --git a/games-util/chiaki/metadata.xml b/games-util/chiaki/metadata.xml index 4e10a1a0b..472196455 100644 --- a/games-util/chiaki/metadata.xml +++ b/games-util/chiaki/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> <email>vowstar@gmail.com</email> |