commit:     294ca3e10a183e64f5dbb96bd9bd0f07c17f3a7c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 13:03:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 13:03:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=294ca3e1

app-portage/gemato: depend on gnupg[ssl] too

Followup to 9c92cf6c30d975c45cbacde0d968735e390e918e.

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 a389edfa15e4..557af1b51b27 100644
--- a/app-portage/gemato/gemato-20.6.ebuild
+++ b/app-portage/gemato/gemato-20.6.ebuild
@@ -22,7 +22,7 @@ IUSE="+gpg pretty-log tools"
 
 RDEPEND="
        gpg? (
-               >=app-crypt/gnupg-2.2.20-r1
+               >=app-crypt/gnupg-2.2.20-r1[ssl]
                dev-python/requests[${PYTHON_USEDEP}]
        )
        pretty-log? (

diff --git a/app-portage/gemato/gemato-9999.ebuild 
b/app-portage/gemato/gemato-9999.ebuild
index c5261323ede9..ed4bf1572e46 100644
--- a/app-portage/gemato/gemato-9999.ebuild
+++ b/app-portage/gemato/gemato-9999.ebuild
@@ -22,7 +22,7 @@ IUSE="+gpg pretty-log tools"
 
 RDEPEND="
        gpg? (
-               >=app-crypt/gnupg-2.2.20-r1
+               >=app-crypt/gnupg-2.2.20-r1[ssl]
                dev-python/requests[${PYTHON_USEDEP}]
        )
        pretty-log? (

Reply via email to