commit: 9c92cf6c30d975c45cbacde0d968735e390e918e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 9 12:29:33 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 9 12:30:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c92cf6c
app-portage/gemato: require USE=ssl on Python
Needed for WKD key refresh. Avoid users destroying their systems.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gemato/gemato-20.6.ebuild | 2 +-
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