diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 21:14:37 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 23:11:48 +0200 |
commit | 58e7adc49001bcee5ab72556c0680dead5659e68 (patch) | |
tree | fa5b026148fd00f8b5eb1117a63d0c19e043484a /net-misc | |
parent | sci-mathematics/primecount: backport gcc-15 build fix (diff) | |
download | gentoo-58e7adc49001bcee5ab72556c0680dead5659e68.tar.gz gentoo-58e7adc49001bcee5ab72556c0680dead5659e68.tar.bz2 gentoo-58e7adc49001bcee5ab72556c0680dead5659e68.zip |
net-misc/chrome-remote-desktop: Support py3.12
Closes: https://bugs.gentoo.org/929719
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrome-remote-desktop/chrome-remote-desktop-118.0.5993.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-118.0.5993.9.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-118.0.5993.9.ebuild index 98867942b1eb..54242e0bf2cd 100644 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-118.0.5993.9.ebuild +++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-118.0.5993.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/ @@ -13,9 +13,9 @@ # Use curl to find the answer: # curl -q https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages | grep ^Filename -EAPI="7" +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PLOCALES="am ar bg bn ca cs da de el en_GB en es_419 es et fa fil fi fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi zh_CN zh_TW" inherit unpacker python-single-r1 optfeature plocale |