Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/net-tools/
Date: Tue, 04 Dec 2018 18:09:55
Message-Id: 1543946971.0a8daf7199ed6bdff6a4a6c262b643dbbb976a2c.zlogene@gentoo
1 commit: 0a8daf7199ed6bdff6a4a6c262b643dbbb976a2c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 4 18:09:31 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 4 18:09:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8daf71
7
8 sys-apps/net-tools: amd64 stable wrt bug #672474
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild b/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
17 index 3aa31e441b4..ef14c96daaf 100644
18 --- a/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
19 +++ b/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
27 inherit git-r3
28 else
29 SRC_URI="mirror://gentoo/${P}.tar.xz"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
31 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
32 fi
33
34 DESCRIPTION="Standard Linux networking tools"