From 4767a2b74ad017495b6ed2e05b9e9fa65a087576 Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Sat, 29 May 2021 21:01:58 +0200
Subject: 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>
---
 www-client/uget/uget-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'www-client/uget')

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="
-- 
cgit v1.2.3-65-gdbad