diff options
author | Sam James <sam@gentoo.org> | 2024-11-30 22:51:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-30 22:51:17 +0000 |
commit | e948199365218d1a932c383f669cd8cf2d6029da (patch) | |
tree | 3d769e745f90ad1294144c97ac119f26388dd6dd /sys-devel/nvptx-tools | |
parent | media-sound/cmus: Stabilize 2.12.0 sparc, #945479 (diff) | |
download | gentoo-e948199365218d1a932c383f669cd8cf2d6029da.tar.gz gentoo-e948199365218d1a932c383f669cd8cf2d6029da.tar.bz2 gentoo-e948199365218d1a932c383f669cd8cf2d6029da.zip |
sys-devel/nvptx-tools: sync live
It's confusing if it has an old snapshot commit.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/nvptx-tools')
-rw-r--r-- | sys-devel/nvptx-tools/nvptx-tools-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild b/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild index 7890035ee4e1..b6308a59af98 100644 --- a/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild +++ b/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/SourceryTools/nvptx-tools" inherit git-r3 else - MY_COMMIT="93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b" + MY_COMMIT="a0c1fff6534a4df9fb17937c3c4a4b1071212029" SRC_URI="https://github.com/SourceryTools/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-${MY_COMMIT} |