Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Wed, 10 Jan 2018 06:20:03
Message-Id: 1515565045.b7aaef4402ffca1c78181c5d5ceccff50a93399b.maekke@gentoo
1 commit: b7aaef4402ffca1c78181c5d5ceccff50a93399b
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 06:16:09 2018 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 06:17:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7aaef44
7
8 net-misc/iputils: arm stable, bug #643026
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 RepoMan-Options: --include-arches="arm"
12
13 net-misc/iputils/iputils-20171016_pre.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/iputils/iputils-20171016_pre.ebuild b/net-misc/iputils/iputils-20171016_pre.ebuild
17 index a8851208473..fe38bf85b81 100644
18 --- a/net-misc/iputils/iputils-20171016_pre.ebuild
19 +++ b/net-misc/iputils/iputils-20171016_pre.ebuild
20 @@ -24,7 +24,7 @@ if [[ ${PV} == "99999999" ]] ; then
21 else
22 SRC_URI="https://github.com/iputils/iputils/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz
23 https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz"
24 - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
25 + KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux"
26 fi
27
28 DESCRIPTION="Network monitoring tools including ping and ping6"