commit:     5f7c7b47044751ec5a546d2b30007f196fc3f1ff
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 15:39:18 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 15:47:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7c7b47

games-emulation/pcsx2: update live

XDG_STD=yes is now default and the option was replaced by a
legacy option to opt-out which we don't need to pass.

Similar for handling setcap.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-emulation/pcsx2/pcsx2-9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild 
b/games-emulation/pcsx2/pcsx2-9999.ebuild
index e2f804a6b008..73eae17a4f96 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -159,13 +159,11 @@ src_configure() {
        local mycmakeargs=(
                -DBUILD_SHARED_LIBS=no
                -DDISABLE_BUILD_DATE=yes
-               -DDISABLE_SETCAP=yes
                -DENABLE_TESTS=$(usex test)
                -DUSE_VTUNE=no
                -DUSE_VULKAN=$(usex vulkan)
                -DWAYLAND_API=$(usex wayland)
                -DX11_API=yes # fails if X libs are missing even if disabled
-               -DXDG_STD=yes
 
                # note that the current upstream is somewhat hostile to using 
system
                # libs, system installs, or any modifications and may disregard 
any
@@ -193,10 +191,10 @@ src_test() {
 }
 
 src_install() {
-       newbin "${BUILD_DIR}"/pcsx2-qt/pcsx2-qt ${PN}
+       newbin "${BUILD_DIR}"/bin/pcsx2-qt ${PN}
 
        insinto /usr/share/${PN}
-       doins -r "${BUILD_DIR}"/pcsx2-qt/resources
+       doins -r "${BUILD_DIR}"/bin/resources
 
        dodoc README.md 
bin/docs/{Debugger.pdf,GameIndex.pdf,PCSX2_FAQ.pdf,debugger.txt}
        newman bin/docs/PCSX2.1 ${PN}.1

Reply via email to