Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-apps/net-tools/
Date: Thu, 04 Jan 2018 01:42:30
Message-Id: 1515030091.c235bfe495684338953b8da7974d4f320d19020d.blueness@gentoo
1 commit: c235bfe495684338953b8da7974d4f320d19020d
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 01:41:31 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 01:41:31 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c235bfe4
7
8 sys-apps/net-tools: recent commits on linux headers broke in tree version
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
16 index fea4979..b068435 100644
17 --- a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
18 +++ b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
26 inherit git-2
27 else
28 SRC_URI="mirror://gentoo/${P}.tar.xz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="amd64 arm ~mips ppc x86"
31 fi
32
33 DESCRIPTION="Standard Linux networking tools"