diff options
author | YiyangWu <xgreenlandforwyy@gmail.com> | 2021-07-15 23:19:15 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2021-08-13 13:08:09 +0800 |
commit | 7f9224da75c864396af5693c2e5b3dbbd0f529c1 (patch) | |
tree | 64d53a975732f20018c3b5b0cc522b311e8b983b /dev-util/hip/hip-4.1.0-r1.ebuild | |
parent | x11-libs/pango: fix DEPEND (diff) | |
download | gentoo-7f9224da75c864396af5693c2e5b3dbbd0f529c1.tar.gz gentoo-7f9224da75c864396af5693c2e5b3dbbd0f529c1.tar.bz2 gentoo-7f9224da75c864396af5693c2e5b3dbbd0f529c1.zip |
dev-util/hip: bump version to 4.2.0
Update hip-3.5.1-config-cmake-in.patch to 4.2.0
lpl_ca removed, so hip-3.9.0-lpl_ca-add-include.patch not used
fill version into hipvars.pm at src_prepare
fix sandbox violation issue
remove linker flag -rpath in hipcc
correct profiling api header location and profile use flag settings
Closes: https://bugs.gentoo.org/799257
Closes: https://github.com/gentoo/gentoo/pull/21655
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-util/hip/hip-4.1.0-r1.ebuild')
-rw-r--r-- | dev-util/hip/hip-4.1.0-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/hip/hip-4.1.0-r1.ebuild b/dev-util/hip/hip-4.1.0-r1.ebuild index 827305877f9f..15d5bfcd3e35 100644 --- a/dev-util/hip/hip-4.1.0-r1.ebuild +++ b/dev-util/hip/hip-4.1.0-r1.ebuild @@ -59,6 +59,8 @@ src_prepare() { hprefixify $(grep -rl --exclude-dir=build/ "/usr" "${S}") cp "$(prefixify_ro "${FILESDIR}"/hipvars.pm)" bin/ || die "failed to replace hipvars.pm" + sed -e "s,@HIP_BASE_VERSION_MAJOR@,$(ver_cut 1)," -e "s,@HIP_BASE_VERSION_MINOR@,$(ver_cut 2)," \ + -e "s,@HIP_VERSION_PATCH@,$(ver_cut 3)," -i bin/hipvars.pm || die } src_configure() { |