Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-misc/aria2/
Date: Mon, 03 May 2021 00:07:15
Message-Id: 1619998883.90cd9ad5e93e584dfd8ac9bf98c86ee272608f37.quentin@gentoo
1 commit: 90cd9ad5e93e584dfd8ac9bf98c86ee272608f37
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun May 2 23:41:23 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sun May 2 23:41:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=90cd9ad5
7
8 net-misc/aria2: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 net-misc/aria2/aria2-1.34.0-r1.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/net-misc/aria2/aria2-1.34.0-r1.ebuild b/net-misc/aria2/aria2-1.34.0-r1.ebuild
17 index ceac9fc..3b0c69c 100644
18 --- a/net-misc/aria2/aria2-1.34.0-r1.ebuild
19 +++ b/net-misc/aria2/aria2-1.34.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -12,15 +12,13 @@ SRC_URI="https://github.com/aria2/${PN}/releases/download/release-${PV}/${P}.tar
27 LICENSE="GPL-2"
28 KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
29 SLOT="0"
30 -IUSE="adns bittorrent +gnutls jemalloc libressl libuv +libxml2 metalink +nettle nls sqlite scripts ssh ssl tcmalloc test xmlrpc"
31 +IUSE="adns bittorrent +gnutls jemalloc libuv +libxml2 metalink +nettle nls sqlite scripts ssh ssl tcmalloc test xmlrpc"
32
33 CDEPEND="sys-libs/zlib:0=
34 ssl? (
35 app-misc/ca-certificates
36 gnutls? ( >=net-libs/gnutls-1.2.9:0= )
37 - !gnutls? (
38 - !libressl? ( dev-libs/openssl:0= )
39 - libressl? ( dev-libs/libressl:0= ) ) )
40 + !gnutls? ( dev-libs/openssl:0= ) )
41 adns? ( >=net-dns/c-ares-1.5.0:0= )
42 bittorrent? (
43 ssl? (