Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Mon, 01 Feb 2021 15:07:33
Message-Id: 1612191994.dc030f829f132f51569f3ddfa7e9c5f00f95dcb1.ago@gentoo
1 commit: dc030f829f132f51569f3ddfa7e9c5f00f95dcb1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 15:06:34 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 15:06:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc030f82
7
8 net-misc/iputils: amd64 stable wrt bug #766980
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-misc/iputils/iputils-20200821-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-misc/iputils/iputils-20200821-r2.ebuild b/net-misc/iputils/iputils-20200821-r2.ebuild
18 index 5219577cf6b..72b4b320daa 100644
19 --- a/net-misc/iputils/iputils-20200821-r2.ebuild
20 +++ b/net-misc/iputils/iputils-20200821-r2.ebuild
21 @@ -20,7 +20,7 @@ if [[ ${PV} == "99999999" ]] ; then
22 else
23 SRC_URI="https://github.com/iputils/iputils/archive/s${PV}.tar.gz -> ${P}.tar.gz
24 https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz"
25 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
26 + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
27 fi
28
29 DESCRIPTION="Network monitoring tools including ping and ping6"