From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DCFFD13829C for ; Wed, 1 Jun 2016 04:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20DBA234003; Wed, 1 Jun 2016 04:00:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77457234003 for ; Wed, 1 Jun 2016 04:00:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35C3B33D3CF for ; Wed, 1 Jun 2016 04:00:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5176716 for ; Wed, 1 Jun 2016 04:00:00 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1464753558.9fbc8cb5b309667f23bf7019b4f44a9bb7912600.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/iputils/iputils-20151218.ebuild X-VCS-Directories: net-misc/iputils/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9fbc8cb5b309667f23bf7019b4f44a9bb7912600 X-VCS-Branch: master Date: Wed, 1 Jun 2016 04:00:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a0c92ff7-a0ec-4a08-a1aa-9c14cced41fc X-Archives-Hash: ea29adb4657c65e3b536eb5162332a8d commit: 9fbc8cb5b309667f23bf7019b4f44a9bb7912600 Author: Mike Frysinger gentoo org> AuthorDate: Wed Jun 1 03:59:18 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Jun 1 03:59:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbc8cb5 net-misc/iputils: mark 20151218 arm/arm64/ia64/m68k/ppc/s390/sh/sparc stable #583960 net-misc/iputils/iputils-20151218.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/iputils/iputils-20151218.ebuild b/net-misc/iputils/iputils-20151218.ebuild index efc232e..1f283fa 100644 --- a/net-misc/iputils/iputils-20151218.ebuild +++ b/net-misc/iputils/iputils-20151218.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="http://www.skbuff.net/iputils/iputils-s${PV}.tar.bz2 https://dev.gentoo.org/~polynomial-c/iputils-s${PV}-manpages.tar.xz" - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux" fi DESCRIPTION="Network monitoring tools including ping and ping6"