commit:     ac7ae47003f90d66eb61f012e390326a9c837628
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:24:05 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 10:24:05 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac7ae470

dev-python/numba-dpex: fix typo

whoops

Closes: https://bugs.gentoo.org/900753
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/numba-dpex/numba-dpex-0.20.0_rc3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/numba-dpex/numba-dpex-0.20.0_rc3.ebuild 
b/dev-python/numba-dpex/numba-dpex-0.20.0_rc3.ebuild
index 1f20e78cf..a3b63bf1f 100644
--- a/dev-python/numba-dpex/numba-dpex-0.20.0_rc3.ebuild
+++ b/dev-python/numba-dpex/numba-dpex-0.20.0_rc3.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 DESCRIPTION="Data Parallel Extension for Numba"
 HOMEPAGE="https://github.com/IntelPython/numba-dpex";
 
SRC_URI="https://github.com/IntelPython/numba-dpex/archive/refs/tags/${PV//_rc/dev}.tar.gz
 -> ${P}.gh.tar.gz"
-S+"${WORKDIR}/${PN}-${PV//_rc/dev}"
+S="${WORKDIR}/${PN}-${PV//_rc/dev}"
 
 LICENSE="Apache-2.0"
 SLOT="0"

Reply via email to