commit:     a61b11fa9b5fdfb16f89c8f4dbbf75224ca1a42d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 01:32:43 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 01:32:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61b11fa

dev-util/intel-graphics-compiler: fix SRC_URI

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild
index 1f7355493e7b..a0e4b5f88d76 100644
--- 
a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild
+++ 
b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17791.18.ebuild
@@ -13,7 +13,7 @@ inherit cmake flag-o-matic llvm-r1 python-any-r1
 
 DESCRIPTION="LLVM-based OpenCL compiler for OpenCL targetting Intel Gen 
graphics hardware"
 HOMEPAGE="https://github.com/intel/intel-graphics-compiler";
-SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${MY_P}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${MY_P}"
 
 LICENSE="MIT"

Reply via email to