Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openbsd-netcat/
Date: Wed, 13 Mar 2019 13:19:13
Message-Id: 1552483136.6a1356050e08b9aaa811885515236cbbf4473407.mgorny@gentoo
1 commit: 6a1356050e08b9aaa811885515236cbbf4473407
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 13 13:18:56 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 13 13:18:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a135605
7
8 net-analyzer/openbsd-netcat: x86 stable wrt bug #680234
9
10 Signed-off-by: Michał Górny <mgorny <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 e94c5c4103a..c3641f06068 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-2018 Gentoo Foundation
21 +# Copyright 1999-2019 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 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
30 +KEYWORDS="~amd64 ~ppc64 x86 ~amd64-linux ~x64-macos"
31
32 DEPEND="virtual/pkgconfig"
33 RDEPEND="!elibc_Darwin? ( dev-libs/libbsd )