Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/uget/
Date: Sat, 29 May 2021 19:03:34
Message-Id: 1622314918.4767a2b74ad017495b6ed2e05b9e9fa65a087576.soap@gentoo
1 commit: 4767a2b74ad017495b6ed2e05b9e9fa65a087576
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 19:01:58 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 19:01:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4767a2b7
7
8 www-client/uget: add missing openssl dep
9
10 Already in non-live ebuild.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 www-client/uget/uget-9999.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/www-client/uget/uget-9999.ebuild b/www-client/uget/uget-9999.ebuild
19 index 15ba6ecf8dd..107388398e4 100644
20 --- a/www-client/uget/uget-9999.ebuild
21 +++ b/www-client/uget/uget-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -12,6 +12,7 @@ EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget2"
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls openssl rss"
32 +REQUIRED_USE="^^ ( gnutls openssl )"
33
34 RDEPEND="
35 dev-libs/glib:2
36 @@ -25,6 +26,7 @@ RDEPEND="
37 aria2? ( net-misc/aria2[xmlrpc] )
38 appindicator? ( dev-libs/libappindicator:3 )
39 gstreamer? ( media-libs/gstreamer:1.0 )
40 + openssl? ( dev-libs/openssl:= )
41 libnotify? ( x11-libs/libnotify )"
42 DEPEND="${RDEPEND}"
43 BDEPEND="