summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-29 21:01:58 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-29 21:01:58 +0200
commit4767a2b74ad017495b6ed2e05b9e9fa65a087576 (patch)
tree77f4b21ea58b5af857bff0258a5a4308e1664c1a /www-client
parentsci-libs/parmetis: use tc-check-openmp (diff)
downloadgentoo-4767a2b74ad017495b6ed2e05b9e9fa65a087576.tar.gz
gentoo-4767a2b74ad017495b6ed2e05b9e9fa65a087576.tar.bz2
gentoo-4767a2b74ad017495b6ed2e05b9e9fa65a087576.zip
www-client/uget: add missing openssl dep
Already in non-live ebuild. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/uget/uget-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index 15ba6ecf8dde..107388398e44 100644
--- a/www-client/uget/uget-9999.ebuild
+++ b/www-client/uget/uget-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,6 +12,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
+REQUIRED_USE="^^ ( gnutls openssl )"
RDEPEND="
dev-libs/glib:2
@@ -25,6 +26,7 @@ RDEPEND="
aria2? ( net-misc/aria2[xmlrpc] )
appindicator? ( dev-libs/libappindicator:3 )
gstreamer? ( media-libs/gstreamer:1.0 )
+ openssl? ( dev-libs/openssl:= )
libnotify? ( x11-libs/libnotify )"
DEPEND="${RDEPEND}"
BDEPEND="