summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-11-14 07:28:56 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-11-14 07:29:56 -0500
commit10255a00c7574cc347c21b9469daeb2589450197 (patch)
tree600b74fc375980c5502fd7908373c5f4b7a399f8 /app-emulation
parentmail-client/thunderbird: stabilize 128.4.3 for amd64 (diff)
downloadgentoo-10255a00c7574cc347c21b9469daeb2589450197.tar.gz
gentoo-10255a00c7574cc347c21b9469daeb2589450197.tar.bz2
gentoo-10255a00c7574cc347c21b9469daeb2589450197.zip
app-emulation/ruffle: fix git uri
Bad paste when refactored it I think. Tend to wonder if should keep 9999 anymore, I never test it and I guess nobody really use it given no bugs were reported. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild2
-rw-r--r--app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild2
-rw-r--r--app-emulation/ruffle/ruffle-9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild b/app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild
index 2ca7a360fdef..47beaf5f8067 100644
--- a/app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20240929-r1.ebuild
@@ -8,7 +8,7 @@ RUST_MIN_VER="1.81.0"
inherit cargo desktop optfeature xdg
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git"
+ EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git"
inherit git-r3
else
MY_PV=nightly-${PV:3:4}-${PV:7:2}-${PV:9:2}
diff --git a/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild b/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild
index ed46221ee0c5..fca1eafc517a 100644
--- a/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20241027-r1.ebuild
@@ -8,7 +8,7 @@ RUST_MIN_VER="1.81.0"
inherit cargo desktop optfeature xdg
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git"
+ EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git"
inherit git-r3
else
MY_PV=nightly-${PV:3:4}-${PV:7:2}-${PV:9:2}
diff --git a/app-emulation/ruffle/ruffle-9999.ebuild b/app-emulation/ruffle/ruffle-9999.ebuild
index 31372db61bf0..d31d183926d7 100644
--- a/app-emulation/ruffle/ruffle-9999.ebuild
+++ b/app-emulation/ruffle/ruffle-9999.ebuild
@@ -8,7 +8,7 @@ RUST_MIN_VERSION="1.81.0"
inherit cargo desktop optfeature xdg
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git"
+ EGIT_REPO_URI="https://github.com/ruffle-rs/ruffle.git"
inherit git-r3
else
MY_PV=nightly-${PV:3:4}-${PV:7:2}-${PV:9:2}