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 C16EA139695 for ; Mon, 12 Jun 2017 05:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8964CE0ED8; Mon, 12 Jun 2017 05:09:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 69078E0ED8 for ; Mon, 12 Jun 2017 05:09:49 +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 2F6FE3419AE for ; Mon, 12 Jun 2017 05:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB04B746C for ; Mon, 12 Jun 2017 05:09:45 +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: <1497243827.03dc437db8f21898a1eb3118129fc3ce1dada1c1.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mtr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mtr/mtr-0.88.ebuild net-analyzer/mtr/mtr-0.92-r1.ebuild net-analyzer/mtr/mtr-0.92.ebuild net-analyzer/mtr/mtr-9999.ebuild X-VCS-Directories: net-analyzer/mtr/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 03dc437db8f21898a1eb3118129fc3ce1dada1c1 X-VCS-Branch: master Date: Mon, 12 Jun 2017 05:09:45 +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: c8c0e1a2-60de-406a-9dec-2cda9c3ee746 X-Archives-Hash: eebdaa162f19d6f11586afc6047eb989 commit: 03dc437db8f21898a1eb3118129fc3ce1dada1c1 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Jun 12 05:03:47 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Jun 12 05:03:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03dc437d net-analyzer/mtr: Set filecaps on mtr-packet by gentoo-user (c-14.de) (bug #621538). Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-analyzer/mtr/mtr-0.88.ebuild | 2 +- net-analyzer/mtr/{mtr-0.92.ebuild => mtr-0.92-r1.ebuild} | 2 +- net-analyzer/mtr/mtr-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/mtr/mtr-0.88.ebuild b/net-analyzer/mtr/mtr-0.88.ebuild index 997a4da8bc0..ea48af37e69 100644 --- a/net-analyzer/mtr/mtr-0.88.ebuild +++ b/net-analyzer/mtr/mtr-0.88.ebuild @@ -27,7 +27,7 @@ DEPEND=" " DOCS=( AUTHORS FORMATS NEWS README SECURITY TODO ) -FILECAPS=( cap_net_raw usr/sbin/mtr ) +FILECAPS=( cap_net_raw usr/sbin/mtr-packet ) PATCHES=( "${FILESDIR}"/${PN}-0.88-tinfo.patch ) diff --git a/net-analyzer/mtr/mtr-0.92.ebuild b/net-analyzer/mtr/mtr-0.92-r1.ebuild similarity index 96% rename from net-analyzer/mtr/mtr-0.92.ebuild rename to net-analyzer/mtr/mtr-0.92-r1.ebuild index 997a4da8bc0..ea48af37e69 100644 --- a/net-analyzer/mtr/mtr-0.92.ebuild +++ b/net-analyzer/mtr/mtr-0.92-r1.ebuild @@ -27,7 +27,7 @@ DEPEND=" " DOCS=( AUTHORS FORMATS NEWS README SECURITY TODO ) -FILECAPS=( cap_net_raw usr/sbin/mtr ) +FILECAPS=( cap_net_raw usr/sbin/mtr-packet ) PATCHES=( "${FILESDIR}"/${PN}-0.88-tinfo.patch ) diff --git a/net-analyzer/mtr/mtr-9999.ebuild b/net-analyzer/mtr/mtr-9999.ebuild index 7bb86b67b47..3a1ec3b3a68 100644 --- a/net-analyzer/mtr/mtr-9999.ebuild +++ b/net-analyzer/mtr/mtr-9999.ebuild @@ -28,7 +28,7 @@ DEPEND=" " DOCS=( AUTHORS FORMATS NEWS README SECURITY TODO ) -FILECAPS=( cap_net_raw usr/sbin/mtr ) +FILECAPS=( cap_net_raw usr/sbin/mtr-packet ) PATCHES=( "${FILESDIR}"/${PN}-0.88-tinfo.patch )