commit: edf0a960f71ee251e82b4093e1e4544e8d57229f Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com> AuthorDate: Fri May 2 09:48:05 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sun May 4 03:28:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf0a960
app-i18n/opencc: re-add patch for gcc-15 Closes: https://bugs.gentoo.org/955226 Closes: https://github.com/gentoo/gentoo/pull/41895 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/opencc/opencc-1.1.9.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-i18n/opencc/opencc-1.1.9.ebuild b/app-i18n/opencc/opencc-1.1.9.ebuild index a9d2f40c1518..bf1fd1c4e420 100644 --- a/app-i18n/opencc/opencc-1.1.9.ebuild +++ b/app-i18n/opencc/opencc-1.1.9.ebuild @@ -47,6 +47,10 @@ BDEPEND="${PYTHON_DEPS} DOCS=( AUTHORS NEWS.md README.md ) +PATCHES=( + "${FILESDIR}/${PN}-1.1.7-fix-missing-cstdint-for-gcc-15.patch" +) + src_prepare() { # as of opencc 1.1.8 there is no clean way to disable duplicated building of the clib again. # plus, the installation is broken as well.
