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 E247A1382C5 for ; Fri, 5 Jan 2018 11:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45FD8E0D18; Fri, 5 Jan 2018 11:40:31 +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 24AA1E0D18 for ; Fri, 5 Jan 2018 11:40:31 +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 A3A04335C07 for ; Fri, 5 Jan 2018 11:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 400BA1A1 for ; Fri, 5 Jan 2018 11:40:28 +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: <1515152379.a045133b7ddb0a9df3e1bd287680de0c2a5722c9.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: a045133b7ddb0a9df3e1bd287680de0c2a5722c9 X-VCS-Branch: master Date: Fri, 5 Jan 2018 11:40:28 +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: bda64ea6-d2e6-46e8-9cad-80557723920c X-Archives-Hash: 5cf8da753af32e3c46214cf8259b3b22 commit: a045133b7ddb0a9df3e1bd287680de0c2a5722c9 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jan 5 11:39:39 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jan 5 11:39:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a045133b Revert "sys-apps/net-tools: recent commits on linux headers broke in tree version" This reverts commit c235bfe495684338953b8da7974d4f320d19020d. I'm trying this to see if it fixes issue #82 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 b068435..fea4979 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-2018 Gentoo Foundation +# Copyright 1999-2016 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="amd64 arm ~mips ppc x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Standard Linux networking tools"