summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Konotopov <ykonotopov@gnome.org>2021-02-25 18:39:15 +0400
committerJoonas Niilola <juippis@gentoo.org>2021-03-01 10:25:56 +0200
commite43dde232ea4d5fb3392d17614b942e7c82f64c1 (patch)
tree80e20263f8aaeeff5eb3d021958c489e2e6095b4 /games-emulation
parentgames-emulation/pcsx2: drop unused dependencies (diff)
downloadgentoo-e43dde232ea4d5fb3392d17614b942e7c82f64c1.tar.gz
gentoo-e43dde232ea4d5fb3392d17614b942e7c82f64c1.tar.bz2
gentoo-e43dde232ea4d5fb3392d17614b942e7c82f64c1.zip
games-emulation/pcsx2: do not set suid with USE=-filecaps
Closes: https://bugs.gentoo.org/771795 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Closes: https://github.com/gentoo/gentoo/pull/19649 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild2
-rw-r--r--games-emulation/pcsx2/pcsx2-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild b/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild
index 39f1ff3ec9e7..d394535a1003 100644
--- a/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild
+++ b/games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${MY_PV}"
FILECAPS=(
- "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
+ -m 755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
)
PATCHES=(
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 5f738f270f99..1555b343b49a 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-cpp/gtest )"
FILECAPS=(
- "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
+ -m 755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2
)
pkg_setup() {