summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyang Wu <xgreenlandforwyy@gmail.com>2022-09-02 16:24:49 +0800
committerBenda Xu <heroxbd@gentoo.org>2022-09-12 16:40:58 +0800
commit3431032de4948980d3720393331d1a978461911a (patch)
treeced7932e92b9690b9d669a9927e001c0c850f81a /dev-util/hip/hip-5.1.3-r1.ebuild
parentdev-util/hip: Fix cmake module and install location (diff)
downloadgentoo-3431032de4948980d3720393331d1a978461911a.tar.gz
gentoo-3431032de4948980d3720393331d1a978461911a.tar.bz2
gentoo-3431032de4948980d3720393331d1a978461911a.zip
dev-util/hip: Fix sample install dir
Using patch instead of sed command. In hip develop branch, the syntax has changed, so use patch can avoid silent failures in the future. Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-util/hip/hip-5.1.3-r1.ebuild')
-rw-r--r--dev-util/hip/hip-5.1.3-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/hip/hip-5.1.3-r1.ebuild b/dev-util/hip/hip-5.1.3-r1.ebuild
index 634351aead1f..f9f620fe8170 100644
--- a/dev-util/hip/hip-5.1.3-r1.ebuild
+++ b/dev-util/hip/hip-5.1.3-r1.ebuild
@@ -47,6 +47,7 @@ PATCHES=(
"${FILESDIR}/${PN}-4.2.0-cancel-hcc-header-removal.patch"
"${FILESDIR}/${PN}-5.0.2-set-build-id.patch"
"${FILESDIR}/${PN}-5.1.3-fix-hip_prof_gen.patch"
+ "${FILESDIR}/${PN}-5.1.3-correct-sample-install-location.patch"
"${FILESDIR}/0001-SWDEV-316128-HIP-surface-API-support.patch"
)