Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/aria2/
Date: Thu, 27 Jun 2019 08:18:06
Message-Id: 1561623467.709e1b5e86c4becb4f295daa500a33a6ac38d444.mgorny@gentoo
1 commit: 709e1b5e86c4becb4f295daa500a33a6ac38d444
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 06:15:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 08:17:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709e1b5e
7
8 net-misc/aria2: Correct LICENSE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/aria2/aria2-1.34.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/aria2/aria2-1.34.0-r1.ebuild b/net-misc/aria2/aria2-1.34.0-r1.ebuild
16 index b12d839f52e..39d7cfca73a 100644
17 --- a/net-misc/aria2/aria2-1.34.0-r1.ebuild
18 +++ b/net-misc/aria2/aria2-1.34.0-r1.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="A download utility with segmented downloading with BitTorrent suppo
20 HOMEPAGE="https://aria2.github.io/"
21 SRC_URI="https://github.com/aria2/${PN}/releases/download/release-${PV}/${P}.tar.xz"
22
23 -LICENSE="GPL-2"
24 +LICENSE="GPL-2+-with-openssl-exception"
25 KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
26 SLOT="0"
27 IUSE="adns bittorrent +gnutls jemalloc libuv +libxml2 metalink +nettle nls sqlite scripts ssh ssl tcmalloc test xmlrpc"