Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Mon, 01 Jan 2018 22:14:35
Message-Id: 1514844866.fafa1f52eed56332560117c3c70b306d3c4e3dfb.slyfox@gentoo
1 commit: fafa1f52eed56332560117c3c70b306d3c4e3dfb
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 22:13:43 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 22:14:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafa1f52
7
8 net-misc/iputils: stable 20171016_pre for hppa/ia64/ppc/ppc64, bug #643026
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="hppa ia64 ppc ppc64"
12
13 net-misc/iputils/iputils-20171016_pre.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/iputils/iputils-20171016_pre.ebuild b/net-misc/iputils/iputils-20171016_pre.ebuild
17 index fb555325457..a3055155569 100644
18 --- a/net-misc/iputils/iputils-20171016_pre.ebuild
19 +++ b/net-misc/iputils/iputils-20171016_pre.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 # For released versions, we precompile the man/html pages and store
26 @@ -24,7 +24,7 @@ if [[ ${PV} == "99999999" ]] ; then
27 else
28 SRC_URI="https://github.com/iputils/iputils/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz
29 https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz"
30 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
31 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux"
32 fi
33
34 DESCRIPTION="Network monitoring tools including ping and ping6"