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 015171382C5 for ; Mon, 15 Mar 2021 23:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D983FE0848; Mon, 15 Mar 2021 23:35:03 +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 1FEBBE085B for ; Mon, 15 Mar 2021 23:35:02 +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 08588340F4E for ; Mon, 15 Mar 2021 23:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1CB35AE for ; Mon, 15 Mar 2021 23:35:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1615851230.17382e90578b701a3480063af93dfa21b7e2921c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netselect/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netselect/netselect-0.4-r2.ebuild X-VCS-Directories: net-analyzer/netselect/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17382e90578b701a3480063af93dfa21b7e2921c X-VCS-Branch: master Date: Mon, 15 Mar 2021 23:35: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08f8f951-2a7d-41cf-beec-b85f87d2688d X-Archives-Hash: 464f16dbd129e2532630e9fc7e6ad2b1 commit: 17382e90578b701a3480063af93dfa21b7e2921c Author: Sam James gentoo org> AuthorDate: Mon Mar 15 23:33:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 15 23:33:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17382e90 net-analyzer/netselect: minor style adjustments Signed-off-by: Sam James gentoo.org> net-analyzer/netselect/netselect-0.4-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/netselect/netselect-0.4-r2.ebuild b/net-analyzer/netselect/netselect-0.4-r2.ebuild index e887b8335a1..d3d78753312 100644 --- a/net-analyzer/netselect/netselect-0.4-r2.ebuild +++ b/net-analyzer/netselect/netselect-0.4-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit fcaps toolchain-funcs DESCRIPTION="Ultrafast implementation of ping" @@ -10,6 +11,7 @@ SRC_URI=" https://github.com/apenwarr/${PN}/archive/${P}.tar.gz ipv6? ( https://dev.gentoo.org/~jer/${P}-ipv6.patch.xz ) " +S="${WORKDIR}/${PN}-${P}" LICENSE="BSD" SLOT="0" @@ -25,8 +27,6 @@ DOCS=( HISTORY README ) FILECAPS=( -g wheel cap_net_raw /usr/bin/netselect ) -S=${WORKDIR}/${PN}-${P} - src_prepare() { use ipv6 && eapply "${WORKDIR}"/${PN}-0.4-ipv6.patch