Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/aria2/
Date: Sat, 31 Mar 2018 23:41:52
Message-Id: 1522539666.70d01988fc78a57299ba5a95ad9a2a95d364b4f6.bman@gentoo
1 commit: 70d01988fc78a57299ba5a95ad9a2a95d364b4f6
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 22:10:29 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 23:41:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d01988
7
8 net-misc/aria2: amd64 stable
9
10 Bug: https://bugs.gentoo.org/651594
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 net-misc/aria2/aria2-1.33.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/aria2/aria2-1.33.1.ebuild b/net-misc/aria2/aria2-1.33.1.ebuild
17 index de956e8d169..0ac749fc276 100644
18 --- a/net-misc/aria2/aria2-1.33.1.ebuild
19 +++ b/net-misc/aria2/aria2-1.33.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -10,7 +10,7 @@ HOMEPAGE="https://aria2.github.io/"
27 SRC_URI="https://github.com/aria2/${PN}/releases/download/release-${PV}/${P}.tar.xz"
28
29 LICENSE="GPL-2"
30 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
32 SLOT="0"
33 IUSE="adns bittorrent +gnutls jemalloc libuv +libxml2 metalink +nettle nls sqlite scripts ssh ssl tcmalloc test xmlrpc"