Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/nzbget/
Date: Tue, 16 Aug 2022 07:44:15
Message-Id: 1660635815.441fd337adae2a5fb8e466ea04a28036aee593ae.ago@gentoo
1 commit: 441fd337adae2a5fb8e466ea04a28036aee593ae
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 07:43:35 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 07:43:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441fd337
7
8 net-nntp/nzbget: arm stable wrt bug #864235
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 net-nntp/nzbget/nzbget-21.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-nntp/nzbget/nzbget-21.1-r1.ebuild b/net-nntp/nzbget/nzbget-21.1-r1.ebuild
16 index 098766a689af..64edd95ee94a 100644
17 --- a/net-nntp/nzbget/nzbget-21.1-r1.ebuild
18 +++ b/net-nntp/nzbget/nzbget-21.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}-src.
26
27 LICENSE="GPL-2+"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
30 +KEYWORDS="~amd64 arm ~ppc ~x86"
31 IUSE="debug gnutls ncurses +parcheck ssl test zlib"
32 RESTRICT="!test? ( test )"