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 9B066138335 for ; Tue, 20 Aug 2019 08:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AFCCE0824; Tue, 20 Aug 2019 08:48:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 16205E0824 for ; Tue, 20 Aug 2019 08:48:31 +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 0FFDC349EFE for ; Tue, 20 Aug 2019 08:48:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B737476F for ; Tue, 20 Aug 2019 08:48:28 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1566290904.dd7fa260a30402b9d45ef3e33b5dc8329c4bd276.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arping/arping-9999.ebuild X-VCS-Directories: net-analyzer/arping/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: dd7fa260a30402b9d45ef3e33b5dc8329c4bd276 X-VCS-Branch: master Date: Tue, 20 Aug 2019 08:48:28 +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: 25383b0f-22e7-499b-85b2-3cdf49e3c6d5 X-Archives-Hash: c6ba1197069b66ef571f1134e3897749 commit: dd7fa260a30402b9d45ef3e33b5dc8329c4bd276 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Aug 20 08:47:18 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Aug 20 08:48:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd7fa260 net-analyzer/arping: Update live ebuild Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/arping/arping-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/arping/arping-9999.ebuild b/net-analyzer/arping/arping-9999.ebuild index ee101c39dcd..20b7fc88206 100644 --- a/net-analyzer/arping/arping-9999.ebuild +++ b/net-analyzer/arping/arping-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools fcaps git-r3 DESCRIPTION="A utility to see if a specific IP address is taken and what MAC address owns it"