diff options
author | Sam James <sam@gentoo.org> | 2024-07-09 14:03:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-09 14:03:21 +0100 |
commit | 294ca3e10a183e64f5dbb96bd9bd0f07c17f3a7c (patch) | |
tree | 38910abdf29236193bcf3df4ec5f6d274747337a /app-portage | |
parent | sci-geosciences/qgis: add 3.38.0, 3.36.3-r1 (diff) | |
download | gentoo-294ca3e10a183e64f5dbb96bd9bd0f07c17f3a7c.tar.gz gentoo-294ca3e10a183e64f5dbb96bd9bd0f07c17f3a7c.tar.bz2 gentoo-294ca3e10a183e64f5dbb96bd9bd0f07c17f3a7c.zip |
app-portage/gemato: depend on gnupg[ssl] too
Followup to 9c92cf6c30d975c45cbacde0d968735e390e918e.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-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 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? ( |