Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Wed, 03 Feb 2021 20:19:36
Message-Id: 1612383569.fe2750676ce8a38b9179da54d1ec3f7051f466ba.whissi@gentoo
1 commit: fe2750676ce8a38b9179da54d1ec3f7051f466ba
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 3 20:18:49 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 3 20:19:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe275067
7
8 net-misc/iputils: x86 stable (bug #766980)
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-misc/iputils/iputils-20200821-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/iputils/iputils-20200821-r2.ebuild b/net-misc/iputils/iputils-20200821-r2.ebuild
17 index 72b4b320daa..755bb0785dd 100644
18 --- a/net-misc/iputils/iputils-20200821-r2.ebuild
19 +++ b/net-misc/iputils/iputils-20200821-r2.ebuild
20 @@ -20,7 +20,7 @@ if [[ ${PV} == "99999999" ]] ; then
21 else
22 SRC_URI="https://github.com/iputils/iputils/archive/s${PV}.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 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
26 fi
27
28 DESCRIPTION="Network monitoring tools including ping and ping6"