Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/
Date: Mon, 01 Mar 2021 08:26:14
Message-Id: 1614587156.e43dde232ea4d5fb3392d17614b942e7c82f64c1.juippis@gentoo
1 commit: e43dde232ea4d5fb3392d17614b942e7c82f64c1
2 Author: Yuri Konotopov <ykonotopov <AT> gnome <DOT> org>
3 AuthorDate: Thu Feb 25 14:39:15 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 08:25:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43dde23
7
8 games-emulation/pcsx2: do not set suid with USE=-filecaps
9
10 Closes: https://bugs.gentoo.org/771795
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Yuri Konotopov <ykonotopov <AT> gnome.org>
13 Closes: https://github.com/gentoo/gentoo/pull/19649
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild | 2 +-
17 games-emulation/pcsx2/pcsx2-9999.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild b/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild
21 index 39f1ff3ec9e..d394535a100 100644
22 --- a/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild
23 +++ b/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild
24 @@ -39,7 +39,7 @@ DEPEND="${RDEPEND}"
25 S="${WORKDIR}/${PN}-${MY_PV}"
26
27 FILECAPS=(
28 - "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
29 + -m 755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
30 )
31
32 PATCHES=(
33
34 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
35 index 5f738f270f9..1555b343b49 100644
36 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild
37 +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
38 @@ -44,7 +44,7 @@ DEPEND="${RDEPEND}"
39 BDEPEND="test? ( dev-cpp/gtest )"
40
41 FILECAPS=(
42 - "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
43 + -m 755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
44 )
45
46 pkg_setup() {