diff options
author | 2022-10-13 06:29:25 -0400 | |
---|---|---|
committer | 2022-10-13 06:30:43 -0400 | |
commit | 92377a50196b00ab96a13782bd0fe99ea72d8e77 (patch) | |
tree | 222c3102501ee2249ebc8eddd241f11a7f30ac90 /dev-lang/ispc | |
parent | app-admin/ansible-lint: add 6.8.1 (diff) | |
download | gentoo-92377a50196b00ab96a13782bd0fe99ea72d8e77.tar.gz gentoo-92377a50196b00ab96a13782bd0fe99ea72d8e77.tar.bz2 gentoo-92377a50196b00ab96a13782bd0fe99ea72d8e77.zip |
dev-lang/ispc: fix patch for 1.17.0 too
Bug: https://bugs.gentoo.org/873676
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-lang/ispc')
-rw-r--r-- | dev-lang/ispc/ispc-1.17.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-1.17.0-r2.ebuild b/dev-lang/ispc/ispc-1.17.0-r2.ebuild index b195585f3de7..804e3471c52c 100644 --- a/dev-lang/ispc/ispc-1.17.0-r2.ebuild +++ b/dev-lang/ispc/ispc-1.17.0-r2.ebuild @@ -31,7 +31,7 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}/${PN}-9999-llvm.patch" + "${FILESDIR}/${PN}-1.18.0-llvm.patch" ) CMAKE_BUILD_TYPE="RelWithDebInfo" |