Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netcat6/
Date: Sun, 28 Feb 2016 07:33:09
Message-Id: 1456644729.95d32b84c013a41511550195756f67b308e53e96.prometheanfire@gentoo
1 commit: 95d32b84c013a41511550195756f67b308e53e96
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 07:32:09 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 07:32:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d32b84
7
8 net-analyzer/netcat6: keywording arm64
9
10 merged on X-C1
11
12 Package-Manager: portage-2.2.26
13
14 net-analyzer/netcat6/netcat6-1.0-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-analyzer/netcat6/netcat6-1.0-r2.ebuild b/net-analyzer/netcat6/netcat6-1.0-r2.ebuild
18 index e2a289a..c59ac85 100644
19 --- a/net-analyzer/netcat6/netcat6-1.0-r2.ebuild
20 +++ b/net-analyzer/netcat6/netcat6-1.0-r2.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/nc6-${PV}.tar.bz2"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
26 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
27 IUSE="ipv6 nls bluetooth"
28
29 # need to block netcat as we provide the "nc" file now too