commit: c235bfe495684338953b8da7974d4f320d19020d
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 4 01:41:31 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> 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"