From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD03413835B for ; Wed, 6 Jan 2021 14:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08C93E09DD; Wed, 6 Jan 2021 14:35:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCDA6E09DD for ; Wed, 6 Jan 2021 14:35:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFB5E33BEB2 for ; Wed, 6 Jan 2021 14:35:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F6A4490 for ; Wed, 6 Jan 2021 14:35:15 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609943711.3d4f64efb94a5e3fb1ff58d0992104c9034b65ff.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/fping/fping-4.4.ebuild net-analyzer/fping/fping-5.0.ebuild X-VCS-Directories: net-analyzer/fping/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3d4f64efb94a5e3fb1ff58d0992104c9034b65ff X-VCS-Branch: master Date: Wed, 6 Jan 2021 14:35:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69e9dd6d-55ed-4926-b105-feba3e662430 X-Archives-Hash: 74e3b690a8991cce370c756d36159eb2 commit: 3d4f64efb94a5e3fb1ff58d0992104c9034b65ff Author: Fabian Groffen gentoo org> AuthorDate: Wed Jan 6 14:32:49 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Jan 6 14:35:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4f64ef net-analyzer/fping: drop x86-macos Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> net-analyzer/fping/fping-4.4.ebuild | 4 ++-- net-analyzer/fping/fping-5.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/fping/fping-4.4.ebuild b/net-analyzer/fping/fping-4.4.ebuild index 4233263233b..7ea26ec93e2 100644 --- a/net-analyzer/fping/fping-4.4.ebuild +++ b/net-analyzer/fping/fping-4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://fping.org/dist/${P}.tar.gz" LICENSE="fping" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="ipv6 suid" FILECAPS=( cap_net_raw+ep usr/sbin/fping ) diff --git a/net-analyzer/fping/fping-5.0.ebuild b/net-analyzer/fping/fping-5.0.ebuild index facd0f94df8..da4e623accc 100644 --- a/net-analyzer/fping/fping-5.0.ebuild +++ b/net-analyzer/fping/fping-5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://fping.org/dist/${P}.tar.gz" LICENSE="fping" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="ipv6 suid" FILECAPS=( cap_net_raw+ep usr/sbin/fping )