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 A8BC01382C5 for ; Thu, 4 Jan 2018 01:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0BFFE0837; Thu, 4 Jan 2018 01:42:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9CC2EE0837 for ; Thu, 4 Jan 2018 01:42:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 12F4A335C2C for ; Thu, 4 Jan 2018 01:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C030193 for ; Thu, 4 Jan 2018 01:42:26 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1515030091.c235bfe495684338953b8da7974d4f320d19020d.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/net-tools/ X-VCS-Repository: proj/musl X-VCS-Files: sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild X-VCS-Directories: sys-apps/net-tools/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c235bfe495684338953b8da7974d4f320d19020d X-VCS-Branch: master Date: Thu, 4 Jan 2018 01:42:26 +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: fa93f727-5eaa-4525-9a89-cde20f6fba86 X-Archives-Hash: 8f39241c5eaffdf99561222568f42e2e commit: c235bfe495684338953b8da7974d4f320d19020d Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jan 4 01:41:31 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Jan 4 01:41:31 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c235bfe4 sys-apps/net-tools: recent commits on linux headers broke in tree version Package-Manager: Portage-2.3.13, Repoman-2.3.3 sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild index fea4979..b068435 100644 --- a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild +++ b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://gentoo/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm ~mips ppc x86" fi DESCRIPTION="Standard Linux networking tools"