Gentoo Archives: gentoo-commits

From: Eric Joldasov <bratishkaerik@××××××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/popura/
Date: Wed, 17 Aug 2022 14:21:58
Message-Id: 1660746100.e62e908e5e9176ddf482d60a5927e7edae375f3a.bratishkaerik@gentoo
1 commit: e62e908e5e9176ddf482d60a5927e7edae375f3a
2 Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
3 AuthorDate: Wed Aug 17 14:21:40 2022 +0000
4 Commit: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me>
5 CommitDate: Wed Aug 17 14:21:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e62e908e
7
8 net-p2p/popura: filecaps for 9999
9
10 Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me>
11
12 net-p2p/popura/popura-9999.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/net-p2p/popura/popura-9999.ebuild b/net-p2p/popura/popura-9999.ebuild
16 index 26e19a2b1..ca0e13919 100644
17 --- a/net-p2p/popura/popura-9999.ebuild
18 +++ b/net-p2p/popura/popura-9999.ebuild
19 @@ -20,6 +20,10 @@ DEPEND="
20 BDEPEND=">=dev-lang/go-1.16.0"
21 RDEPEND="!net-p2p/yggdrasil-go"
22
23 +FILECAPS=(
24 + cap_net_admin,cap_net_bind_service "usr/bin/yggdrasil"
25 +)
26 +
27 pkg_setup() {
28 linux-info_pkg_setup
29 if ! linux_config_exists; then