summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2022-01-30 00:06:03 -0800
committerJason Zaman <perfinion@gentoo.org>2022-01-30 00:07:28 -0800
commit8445d3adc3d4431e7fa99ce8be29dd61530e9a0a (patch)
tree860ddcf75fb1e18d845c8dbc31da3778b140228e /dev-util/roctracer
parentwww-client/firefox: drop 96.0.2 (diff)
downloadgentoo-8445d3adc3d4431e7fa99ce8be29dd61530e9a0a.tar.gz
gentoo-8445d3adc3d4431e7fa99ce8be29dd61530e9a0a.tar.bz2
gentoo-8445d3adc3d4431e7fa99ce8be29dd61530e9a0a.zip
dev-util/roctracer: Install _ostream_ops headers
Closes: https://bugs.gentoo.org/832173 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'dev-util/roctracer')
-rw-r--r--dev-util/roctracer/roctracer-4.3.0-r1.ebuild (renamed from dev-util/roctracer/roctracer-4.3.0.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/roctracer/roctracer-4.3.0.ebuild b/dev-util/roctracer/roctracer-4.3.0-r1.ebuild
index 35092c81a554..5b0d3c3f5b5d 100644
--- a/dev-util/roctracer/roctracer-4.3.0.ebuild
+++ b/dev-util/roctracer/roctracer-4.3.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -47,7 +47,7 @@ src_prepare() {
sed -e "/LIBRARY DESTINATION/s,lib,$(get_libdir)," \
-e "/add_subdirectory ( \${TEST_DIR} \${PROJECT_BINARY_DIR}/d" \
-e "/DESTINATION/s,\${DEST_NAME}/include,include/roctracer," \
- -e "/install ( FILES \${PROJECT_BINARY_DIR}/d" \
+ -e "/install ( FILES \${PROJECT_BINARY_DIR}\/so/d" \
-e "/DESTINATION/s,\${DEST_NAME}/lib64,$(get_libdir)/roctracer,g" \
-i CMakeLists.txt || die