commit: 4767a2b74ad017495b6ed2e05b9e9fa65a087576
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 19:01:58 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 29 19:01:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4767a2b7
www-client/uget: add missing openssl dep
Already in non-live ebuild.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-client/uget/uget-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
index 15ba6ecf8dd..107388398e4 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="