diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-04-23 00:47:37 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-04-23 00:49:26 -0400 |
commit | 2f420d0c64b33fe486a1ea36fd51b21ee7f227ee (patch) | |
tree | 74c1452b2b65dd6953ea6479eb6460b4c6db3ac7 /games-emulation/pcsx2 | |
parent | dev-perl/Math-Int64: Keyword 0.540.0 ppc, #904839 (diff) | |
download | gentoo-2f420d0c64b33fe486a1ea36fd51b21ee7f227ee.tar.gz gentoo-2f420d0c64b33fe486a1ea36fd51b21ee7f227ee.tar.bz2 gentoo-2f420d0c64b33fe486a1ea36fd51b21ee7f227ee.zip |
games-emulation/pcsx2: use explicit slot for qttools
Oversight, albeit is unlikely to be an issue unless qttools
is still not split by the time Qt7 comes out.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.7.3738.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.7.4280.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild b/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild index 951c4e4fe7c8..87648ee26e9d 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.3738.ebuild @@ -81,7 +81,7 @@ DEPEND=" test? ( dev-cpp/gtest )" BDEPEND=" dev-lang/perl - qt6? ( dev-qt/qttools[linguist] ) + qt6? ( dev-qt/qttools:6[linguist] ) !qt6? ( sys-devel/gettext )" FILECAPS=( diff --git a/games-emulation/pcsx2/pcsx2-1.7.4280.ebuild b/games-emulation/pcsx2/pcsx2-1.7.4280.ebuild index a0683b3c3d85..ae1c9c594c50 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.4280.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.4280.ebuild @@ -71,7 +71,7 @@ DEPEND=" ${RDEPEND} x11-base/xorg-proto test? ( dev-cpp/gtest )" -BDEPEND="dev-qt/qttools[linguist]" +BDEPEND="dev-qt/qttools:6[linguist]" FILECAPS=( -m 0755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/pcsx2 diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index a0683b3c3d85..ae1c9c594c50 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -71,7 +71,7 @@ DEPEND=" ${RDEPEND} x11-base/xorg-proto test? ( dev-cpp/gtest )" -BDEPEND="dev-qt/qttools[linguist]" +BDEPEND="dev-qt/qttools:6[linguist]" FILECAPS=( -m 0755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/pcsx2 |