commit: 860395c4b87be9715ef80d4fe53776993062636a Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Sat Mar 7 12:12:35 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 14:55:24 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860395c4
dev-util/hip: fix builds with libc++-22 Patch for libstdc++ is not needed, since it was worked around in https://github.com/llvm/llvm-project/pull/136133. Moreover, this patch is now harmful, as in current form it breaks libc++-22 builds (which was somewhat expected, as it was extremely flaky to start with). Bug: https://bugs.gentoo.org/970943 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45899 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/hip/{hip-7.2.0.ebuild => hip-7.2.0-r1.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/hip/hip-7.2.0.ebuild b/dev-util/hip/hip-7.2.0-r1.ebuild similarity index 99% rename from dev-util/hip/hip-7.2.0.ebuild rename to dev-util/hip/hip-7.2.0-r1.ebuild index 9d2c3cee4ce2..7adb39306caa 100644 --- a/dev-util/hip/hip-7.2.0.ebuild +++ b/dev-util/hip/hip-7.2.0-r1.ebuild @@ -87,7 +87,6 @@ RDEPEND="${DEPEND} PATCHES=( "${FILESDIR}/${PN}-6.3.0-no-isystem-usr-include.patch" "${FILESDIR}/${PN}-6.3.0-clr-fix-libcxx.patch" - "${FILESDIR}/${PN}-6.4.1-no-glibcxx-assert.patch" "${FILESDIR}/${PN}-7.0.2-fix-libcxx-noinline.patch" "${FILESDIR}/${PN}-7.0.2-fix-libcxx-ranges.patch" "${FILESDIR}/${PN}-7.1.0-no-hipother-install.patch"
