summaryrefslogtreecommitdiff
path: root/sys-cluster/legion/legion-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-29 07:13:27 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-29 07:13:27 +0000
commit3ed757b9cee2e1fe2b18c4630539ccd36f0e0f52 (patch)
tree647dcdb9239b18e4313d555b2770bd1c339bcebc /sys-cluster/legion/legion-9999.ebuild
parentc2d0ee62b92dac1051340f2da2f862794cf1bf9f (diff)
gentoo auto-resync : 29:03:2024 - 07:13:27
Diffstat (limited to 'sys-cluster/legion/legion-9999.ebuild')
-rw-r--r--sys-cluster/legion/legion-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild
index 55c79a8cda25..188222290cd2 100644
--- a/sys-cluster/legion/legion-9999.ebuild
+++ b/sys-cluster/legion/legion-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,9 +9,9 @@ DESCRIPTION="A data-centric parallel programming system"
HOMEPAGE="https://legion.stanford.edu/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
- EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git"
+ EGIT_REPO_URI="https://github.com/StanfordLegion/legion.git"
else
- SRC_URI="https://github.com/StanfordLegion/${PN}/archive/${P}.tar.gz"
+ SRC_URI="https://github.com/StanfordLegion/legion/archive/${P}.tar.gz"
S="${WORKDIR}"/${PN}-${P}
KEYWORDS="~amd64"