summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-21 21:38:58 +0000
committerSam James <sam@gentoo.org>2023-03-21 21:39:05 +0000
commit4d0d76476bde5a08db199972c9137b796afb5f3e (patch)
tree2a9c71984349ee7df6fb1bc1bef74d2a995bffc2 /sys-devel
parentmedia-video/ffmpeg: make dep on oneVPL/intel-mediasdk multilib (diff)
downloadgentoo-4d0d76476bde5a08db199972c9137b796afb5f3e.tar.gz
gentoo-4d0d76476bde5a08db199972c9137b796afb5f3e.tar.bz2
gentoo-4d0d76476bde5a08db199972c9137b796afb5f3e.zip
sys-devel/nvptx-tools: fix S for snapshot
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild4
-rw-r--r--sys-devel/nvptx-tools/nvptx-tools-9999.ebuild4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild b/sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild
index 2a22f615690d..e960beb57623 100644
--- a/sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild
+++ b/sys-devel/nvptx-tools/nvptx-tools-0_pre20230122.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,6 +12,8 @@ if [[ ${PV} == 9999 ]] ; then
else
MY_COMMIT="93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b"
SRC_URI="https://github.com/MentorEmbedded/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}"/${PN}-${MY_COMMIT}
+
KEYWORDS="~amd64"
fi
diff --git a/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild b/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild
index 2a22f615690d..e960beb57623 100644
--- a/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild
+++ b/sys-devel/nvptx-tools/nvptx-tools-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,6 +12,8 @@ if [[ ${PV} == 9999 ]] ; then
else
MY_COMMIT="93e00909ceb9cbbc104f0fcba56c0361ffb3ca4b"
SRC_URI="https://github.com/MentorEmbedded/nvptx-tools/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}"/${PN}-${MY_COMMIT}
+
KEYWORDS="~amd64"
fi