summaryrefslogtreecommitdiff
path: root/dev-libs/optix
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/optix')
-rw-r--r--dev-libs/optix/Manifest4
-rw-r--r--dev-libs/optix/optix-7.4.0.ebuild4
-rw-r--r--dev-libs/optix/optix-7.5.0.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/optix/Manifest b/dev-libs/optix/Manifest
index 25cde05f725a..1acd74ef0829 100644
--- a/dev-libs/optix/Manifest
+++ b/dev-libs/optix/Manifest
@@ -30,6 +30,6 @@ DIST optix-7.5.0-optix_host.h 1661 BLAKE2B 85e0bd7b256e40a6672e668ba2781d2ffe2be
DIST optix-7.5.0-optix_stack_size.h 17447 BLAKE2B 3e95fce2eb9e1a03725e4259ad3327361baf52cdf3ddda1204cfae83b44261e97ec56dd3713f926e6fe880c69db674395c4bd6f466cba826f70fbafaa835c386 SHA512 ae5c6a9efedbc87e33bef5475a10ff8df0e3f53ee52bbea3aba78126b5e099961a6c34abfba6b37d076d6eb2dad458040c7f558cd2d3d090586d701fbef164e7
DIST optix-7.5.0-optix_stubs.h 30722 BLAKE2B 0474c780164b6a6f6c645b724e03f77725e2fd7c18b7e2760dfa5d2cf5883d375c484dbbdcb568e0e2cc36524510c5e513a43164827010395f8db29004ad2522 SHA512 57959e4a1d9c57e5f691f3ab55749476a48111b0364ee09c4123a75b9690cbbb0f67481d7e5a532b2abf3f80b380d628cecccb7cf5a85c0c42adfa53fa5fc2b2
DIST optix-7.5.0-optix_types.h 1777 BLAKE2B 87ceb8dca1c8014fa87c67983cc5d1f674e72ff5649007d8d1ee1d832f8e94c5131002299a1a7f8e1261ca84578d01765bef2bacb185ac3cd43c453346caf237 SHA512 11c637572e4a493f5fc5e125c9a15919412126b2d5876ff8e3f53ccd88280e8a7d4ec0894f44a3514e3d5dea81abea3ba207dc901e3d3bf54c7cb3407bb63767
-EBUILD optix-7.4.0.ebuild 1845 BLAKE2B a7bc8df7e22716d2dc33c3aced9cf0cedd45a6479a9d3771d59bf621fbaa6dc06978690df686f563de7c367b65b95645012a3b59838edc5463f4a33b44b49550 SHA512 55c2041d6c0f92d8f881c096d062ff7d1ad8d036b31e5c4a201ca3d78f1fdde6460faad6e1c041d8f658a75a6ccf7f1f3fe1e8c4a5f20910c5e0514523b1b47c
-EBUILD optix-7.5.0.ebuild 1845 BLAKE2B b89a26488d5e5750da1b5a3757a54f430ecc339db5dca0e849137aa37be2dca36844dbb4117eaac12573b7dde8e7c52cb4955f3085d277ecc87e533455e43116 SHA512 1211ebb50ef27e10f2434e23c1b201afc22b8ceb50194bd2bbab18ae274e942e0b334a9de2b7158f3472172ca40134091ffd92017793ad78a81b4f5ad8a37e7d
+EBUILD optix-7.4.0.ebuild 1850 BLAKE2B 2ab26348899866819d2dfd0e895e4b28ab4475e7e30f0e4ef7a8494ef9ab69b77dfd81b1966a6d47f9c24d55e0a2763cb660cc92bbe0d49c9f50cb7eaa0e34f6 SHA512 b1e711ddeb620db1a89ed2c70cc77ec0ed503dbb688807f26b2118926b3649d9d1339b27598cd1c442eda01f7561fbea0d75143c0cff77a80f0c7b5e1e6b1a31
+EBUILD optix-7.5.0.ebuild 1850 BLAKE2B 2ab26348899866819d2dfd0e895e4b28ab4475e7e30f0e4ef7a8494ef9ab69b77dfd81b1966a6d47f9c24d55e0a2763cb660cc92bbe0d49c9f50cb7eaa0e34f6 SHA512 b1e711ddeb620db1a89ed2c70cc77ec0ed503dbb688807f26b2118926b3649d9d1339b27598cd1c442eda01f7561fbea0d75143c0cff77a80f0c7b5e1e6b1a31
MISC metadata.xml 868 BLAKE2B 15291ec995384d5f383ad4c926cb7033d89be617cb07050a035abc558ce6eaa646b287387e298d9cb403e567612a4fc29a6514b0c0180bce99ecf07b44397620 SHA512 821e8eaaface218151e538a8ceab4b9313d4a083c82f8b5ee0f4bcee0d62ae3d4fb9940299f0ac5620e0701fc4ffffc784476f7b6587ab6faa6107ab70473383
diff --git a/dev-libs/optix/optix-7.4.0.ebuild b/dev-libs/optix/optix-7.4.0.ebuild
index ab5eb71a3052..77d9c5bacc19 100644
--- a/dev-libs/optix/optix-7.4.0.ebuild
+++ b/dev-libs/optix/optix-7.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -64,7 +64,7 @@ src_unpack() {
cp "${DISTDIR}/${P}-${i}" "${S}/include/${i}" || die
done
else
- tail -n +223 "${DISTDIR}"/${A} | tar -zx
+ tail -n +223 "${DISTDIR}"/${A} | tar -zx -f -
assert "unpacking ${A} failed"
fi
}
diff --git a/dev-libs/optix/optix-7.5.0.ebuild b/dev-libs/optix/optix-7.5.0.ebuild
index 93173c78a603..77d9c5bacc19 100644
--- a/dev-libs/optix/optix-7.5.0.ebuild
+++ b/dev-libs/optix/optix-7.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -64,7 +64,7 @@ src_unpack() {
cp "${DISTDIR}/${P}-${i}" "${S}/include/${i}" || die
done
else
- tail -n +223 "${DISTDIR}"/${A} | tar -zx
+ tail -n +223 "${DISTDIR}"/${A} | tar -zx -f -
assert "unpacking ${A} failed"
fi
}