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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2379A158094 for ; Wed, 17 Aug 2022 14:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64D30E0844; Wed, 17 Aug 2022 14:21:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C2E2E0844 for ; Wed, 17 Aug 2022 14:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E7313410B5 for ; Wed, 17 Aug 2022 14:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBCC6D4 for ; Wed, 17 Aug 2022 14:21:54 +0000 (UTC) From: "Eric Joldasov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eric Joldasov" Message-ID: <1660746100.e62e908e5e9176ddf482d60a5927e7edae375f3a.bratishkaerik@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/popura/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/popura/popura-9999.ebuild X-VCS-Directories: net-p2p/popura/ X-VCS-Committer: bratishkaerik X-VCS-Committer-Name: Eric Joldasov X-VCS-Revision: e62e908e5e9176ddf482d60a5927e7edae375f3a X-VCS-Branch: dev Date: Wed, 17 Aug 2022 14:21:54 +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: 878e17ae-896b-4dd3-a048-9f174312f42a X-Archives-Hash: b2817c1e3330f682e37baa6a7b7c478b commit: e62e908e5e9176ddf482d60a5927e7edae375f3a Author: Eric Joldasov getgoogleoff me> AuthorDate: Wed Aug 17 14:21:40 2022 +0000 Commit: Eric Joldasov getgoogleoff me> CommitDate: Wed Aug 17 14:21:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e62e908e net-p2p/popura: filecaps for 9999 Signed-off-by: Eric Joldasov getgoogleoff.me> net-p2p/popura/popura-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-p2p/popura/popura-9999.ebuild b/net-p2p/popura/popura-9999.ebuild index 26e19a2b1..ca0e13919 100644 --- a/net-p2p/popura/popura-9999.ebuild +++ b/net-p2p/popura/popura-9999.ebuild @@ -20,6 +20,10 @@ DEPEND=" BDEPEND=">=dev-lang/go-1.16.0" RDEPEND="!net-p2p/yggdrasil-go" +FILECAPS=( + cap_net_admin,cap_net_bind_service "usr/bin/yggdrasil" +) + pkg_setup() { linux-info_pkg_setup if ! linux_config_exists; then