diff options
author | Sam James <sam@gentoo.org> | 2024-07-09 13:29:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-09 13:30:13 +0100 |
commit | 9c92cf6c30d975c45cbacde0d968735e390e918e (patch) | |
tree | 94b4c7cf221a74b1d54261109d9c194f7519ff13 /app-portage/gemato | |
parent | x11-themes/tela-icon-theme: add 20240419 and adoption (diff) | |
download | gentoo-9c92cf6c30d975c45cbacde0d968735e390e918e.tar.gz gentoo-9c92cf6c30d975c45cbacde0d968735e390e918e.tar.bz2 gentoo-9c92cf6c30d975c45cbacde0d968735e390e918e.zip |
app-portage/gemato: require USE=ssl on Python
Needed for WKD key refresh. Avoid users destroying their systems.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage/gemato')
-rw-r--r-- | app-portage/gemato/gemato-20.6.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gemato/gemato-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gemato/gemato-20.6.ebuild b/app-portage/gemato/gemato-20.6.ebuild index 17170f893db1..a389edfa15e4 100644 --- a/app-portage/gemato/gemato-20.6.ebuild +++ b/app-portage/gemato/gemato-20.6.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{10..13} pypy3 ) -PYTHON_REQ_USE='threads(+)' +PYTHON_REQ_USE='threads(+),ssl(+)' inherit distutils-r1 pypi diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 0a4f52cf18cb..c5261323ede9 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{10..13} pypy3 ) -PYTHON_REQ_USE='threads(+)' +PYTHON_REQ_USE='threads(+),ssl(+)' inherit distutils-r1 git-r3 |