Diff mecab-0.996-r1 with a mecab-0.996-r2
| /usr/portage/app-text/mecab/mecab-0.996-r2.ebuild 2025-07-29 16:22:12.604448187 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 30 | 30 |
PATCHES=( |
| 31 | 31 |
"${FILESDIR}"/${PN}-0.98-iconv.patch
|
| 32 | 32 |
"${FILESDIR}"/${PN}-0.996-clang-16-register.patch
|
| 33 |
"${FILESDIR}"/${PN}-0.996-clang-16-binary_function.patch
|
|
| 33 | 34 |
"${FILESDIR}"/0001-configure-remove-terrible-horrible-code-that-resets-.patch
|
| 34 | 35 |
) |
| 35 | 36 | |