diff options
author | 2023-05-06 14:39:10 +0100 | |
---|---|---|
committer | 2023-05-06 14:39:16 +0100 | |
commit | ba0e39eaa20e562e239b86eab2205eb46847c0c0 (patch) | |
tree | cbe285e078ba584a8261f0c31351780bce8a0f16 /www-client/seamonkey | |
parent | www-client/seamonkey: Update to version 2.53.15-r1. (diff) | |
download | gentoo-ba0e39eaa20e562e239b86eab2205eb46847c0c0.tar.gz gentoo-ba0e39eaa20e562e239b86eab2205eb46847c0c0.tar.bz2 gentoo-ba0e39eaa20e562e239b86eab2205eb46847c0c0.zip |
www-client/seamonkey: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.15-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.15-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.15-r1.ebuild index b0020914c53a..bec07772571c 100644 --- a/www-client/seamonkey/seamonkey-2.53.15-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.15-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 WANT_AUTOCONF="2.1" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)' # This list can be updated with scripts/get_langs.sh from the mozilla overlay |