Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openbsd-netcat/
Date: Thu, 20 Aug 2020 13:20:45
Message-Id: 1597929634.7f34cf0f0a1d19067bd05b3da35804242ba1d736.sam@gentoo
1 commit: 7f34cf0f0a1d19067bd05b3da35804242ba1d736
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 13:16:44 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 13:20:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f34cf0f
7
8 net-analyzer/openbsd-netcat: Stabilize 1.190 arm64, #738076
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
16 index 83108311916..7994e7f7ba3 100644
17 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
18 +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ LICENSE="BSD"
26 SLOT="0"
27 IUSE="elibc_Darwin"
28
29 -KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
30 +KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
31
32 DEPEND="virtual/pkgconfig"
33 RDEPEND="!elibc_Darwin? ( dev-libs/libbsd )