diff options
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/nzbget/nzbget-21.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nntp/nzbget/nzbget-21.1-r2.ebuild b/net-nntp/nzbget/nzbget-21.1-r2.ebuild index 36c76f49c0c4..526a4a4ca042 100644 --- a/net-nntp/nzbget/nzbget-21.1-r2.ebuild +++ b/net-nntp/nzbget/nzbget-21.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S=${WORKDIR}/${PN}-${PV/_pre*/-testing} LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" IUSE="debug gnutls ncurses +parcheck ssl test zlib" RESTRICT="!test? ( test )" |