From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DD2E1396D0 for ; Wed, 13 Sep 2017 15:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D305E0DA2; Wed, 13 Sep 2017 15:05:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79AA6E0D92 for ; Wed, 13 Sep 2017 15:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A064B33FE49 for ; Wed, 13 Sep 2017 15:05:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EC789086 for ; Wed, 13 Sep 2017 15:05:29 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1505315097.7690c01bbcf11900dd2267998737e72646774aa3.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/openbsd-netcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild X-VCS-Directories: net-analyzer/openbsd-netcat/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 7690c01bbcf11900dd2267998737e72646774aa3 X-VCS-Branch: master Date: Wed, 13 Sep 2017 15:05:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a4b6afc2-a392-4258-b938-0c840d553bc6 X-Archives-Hash: e45386bbb464b2cc5864e71785bf0981 commit: 7690c01bbcf11900dd2267998737e72646774aa3 Author: Fabian Groffen gentoo org> AuthorDate: Wed Sep 13 15:04:57 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Sep 13 15:04:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7690c01b net-analyzer/openbsd-netcat: marked ~ppc64 Package-Manager: Portage-2.3.6, Repoman-2.3.1 net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild index 769c9b57c68..fbc35796377 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.105-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ LICENSE="BSD" SLOT="0" IUSE="elibc_Darwin" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x64-macos" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x64-macos" DEPEND="virtual/pkgconfig" RDEPEND="!elibc_Darwin? ( dev-libs/libbsd )