summaryrefslogtreecommitdiff
path: root/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/nvptx-tools/nvptx-tools-9999.ebuild')
-rw-r--r--sys-devel/nvptx-tools/nvptx-tools-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild b/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild
index e960beb57623..a73728161032 100644
--- a/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild
+++ b/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild
@@ -4,14 +4,14 @@
EAPI=8
DESCRIPTION="Collection of tools for use with nvptx-none GCC toolchains"
-HOMEPAGE="https://github.com/MentorEmbedded/nvptx-tools https://gcc.gnu.org/wiki/nvptx"
+HOMEPAGE="https://github.com/SourceryTools/nvptx-tools https://gcc.gnu.org/wiki/nvptx"
if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://github.com/MentorEmbedded/nvptx-tools"
+ EGIT_REPO_URI="https://github.com/SourceryTools/nvptx-tools"
inherit git-r3
else
MY_COMMIT="93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b"
- SRC_URI="https://github.com/MentorEmbedded/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/SourceryTools/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${PN}-${MY_COMMIT}
KEYWORDS="~amd64"