From e43dde232ea4d5fb3392d17614b942e7c82f64c1 Mon Sep 17 00:00:00 2001 From: Yuri Konotopov Date: Thu, 25 Feb 2021 18:39:15 +0400 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/19649 Signed-off-by: Joonas Niilola --- games-emulation/pcsx2/pcsx2-1.6.0-r2.ebuild | 2 +- games-emulation/pcsx2/pcsx2-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'games-emulation') 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() { -- cgit v1.2.3-65-gdbad