commit:     148353de27ca857649ed6d6488bd4b83d10587f0
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 08:16:55 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 08:44:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148353de

games-emulation/pcsx2: add missing test dep on -9999

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild 
b/games-emulation/pcsx2/pcsx2-9999.ebuild
index 9612469e095..0430a248168 100644
--- a/games-emulation/pcsx2/pcsx2-9999.ebuild
+++ b/games-emulation/pcsx2/pcsx2-9999.ebuild
@@ -13,6 +13,9 @@ EGIT_SUBMODULES=()
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
+IUSE="test"
+
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        app-arch/bzip2
@@ -41,6 +44,7 @@ DEPEND="${RDEPEND}
        dev-cpp/pngpp
        dev-cpp/sparsehash
 "
+BDEPEND="test? ( dev-cpp/gtest )"
 
 FILECAPS=(
        "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/PCSX2

Reply via email to