diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-12 17:32:45 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-12 17:40:35 -0500 |
commit | b5530563219a42d294d8910dae7b04207dff51f6 (patch) | |
tree | e39dd61cffbf91fef42f262b5e978a9f801aa458 /games-emulation | |
parent | app-shells/hstr: add 2.6 (diff) | |
download | gentoo-b5530563219a42d294d8910dae7b04207dff51f6.tar.gz gentoo-b5530563219a42d294d8910dae7b04207dff51f6.tar.bz2 gentoo-b5530563219a42d294d8910dae7b04207dff51f6.zip |
games-emulation/pcsx2: cleanup unused perl bdep
Not important but noticed nothing was using it anymore (or at
least in Qt6-only versions, leaving it alone for wx builds).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.7.3820.ebuild | 4 | ||||
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games-emulation/pcsx2/pcsx2-1.7.3820.ebuild b/games-emulation/pcsx2/pcsx2-1.7.3820.ebuild index 7c14ae265d5f..91963a439c7b 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.3820.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.3820.ebuild @@ -70,9 +70,7 @@ DEPEND=" ${RDEPEND} x11-base/xorg-proto test? ( dev-cpp/gtest )" -BDEPEND=" - dev-lang/perl - dev-qt/qttools[linguist]" +BDEPEND="dev-qt/qttools[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 1ad975e4a014..4cddbd425737 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -70,9 +70,7 @@ DEPEND=" ${RDEPEND} x11-base/xorg-proto test? ( dev-cpp/gtest )" -BDEPEND=" - dev-lang/perl - dev-qt/qttools[linguist]" +BDEPEND="dev-qt/qttools[linguist]" FILECAPS=( -m 0755 "CAP_NET_RAW+eip CAP_NET_ADMIN+eip" usr/bin/pcsx2 |