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 DFB0D158086 for ; Thu, 21 Oct 2021 19:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D25DE0885; Thu, 21 Oct 2021 19:15:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73C52E0885 for ; Thu, 21 Oct 2021 19:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EC6D3432E5 for ; Thu, 21 Oct 2021 19:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A63FE168 for ; Thu, 21 Oct 2021 19:15:39 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1634843499.791bdcd9f501ba07a592c11d8fda7e2c40c2ce1f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arptools/arptools-1.0.2-r1.ebuild net-analyzer/arptools/arptools-1.0.2.ebuild X-VCS-Directories: net-analyzer/arptools/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 791bdcd9f501ba07a592c11d8fda7e2c40c2ce1f X-VCS-Branch: master Date: Thu, 21 Oct 2021 19:15:39 +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: f9fca3f9-a054-408d-a571-f1486b136fee X-Archives-Hash: 58fba09716d72b937191ad1ed410c201 commit: 791bdcd9f501ba07a592c11d8fda7e2c40c2ce1f Author: Jakov Smolić gentoo org> AuthorDate: Thu Oct 21 19:11:39 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Oct 21 19:11:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=791bdcd9 net-analyzer/arptools: Port to EAPI 8 Signed-off-by: Jakov Smolić gentoo.org> .../arptools/{arptools-1.0.2.ebuild => arptools-1.0.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/arptools/arptools-1.0.2.ebuild b/net-analyzer/arptools/arptools-1.0.2-r1.ebuild similarity index 98% rename from net-analyzer/arptools/arptools-1.0.2.ebuild rename to net-analyzer/arptools/arptools-1.0.2-r1.ebuild index 09eeb07231d..561a0216cff 100644 --- a/net-analyzer/arptools/arptools-1.0.2.ebuild +++ b/net-analyzer/arptools/arptools-1.0.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="a collection of libnet and libpcap based ARP utilities" HOMEPAGE="https://github.com/burghardt/arptools"