From 76b305ad8db7a784104266ecd4fdf6489763b18a Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 22 Jun 2024 05:17:57 -0400 Subject: games-emulation/pcsx2: update live Upstream has done away with all submodules and hardcoded the sources in the repo which does work out for us given removes the ned for the custom tarball. Signed-off-by: Ionen Wolkens --- games-emulation/pcsx2/pcsx2-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games-emulation/pcsx2') diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 452519d49d92..f8d4b9f5a3aa 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -9,9 +9,10 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git" else - # unbundling on this package has become unmaintainable and, rather than - # handle submodules separately, using a tarball that includes them - SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz" + SRC_URI=" + https://github.com/PCSX2/pcsx2/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz + " KEYWORDS="-* ~amd64" fi -- cgit v1.2.3-65-gdbad