Сравнение gettext-0.25.1 с gettext-1.0
| /usr/portage/sys-devel/gettext/gettext-1.0.ebuild 2026-04-04 11:46:08.840960074 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
# Note: Keep version bumps in sync with dev-libs/libintl. |
| ... | ... | |
| 70 | 70 | |
| 71 | 71 |
PATCHES=( |
| 72 | 72 |
"${FILESDIR}"/${PN}-0.21-CVE-2020-12825.patch
|
| 73 |
"${FILESDIR}"/${PN}-1.0-fix-syntax-error.patch
|
|
| 73 | 74 |
) |
| 74 | 75 | |
| 75 | 76 |
QA_SONAME_NO_SYMLINK=".*/preloadable_libintl.so" |
| ... | ... | |
| 166 | 167 | |
| 167 | 168 |
if multilib_is_native_abi ; then |
| 168 | 169 |
dosym msgfmt /usr/bin/gmsgfmt # bug #43435 |
| 169 |
dobin gettext-tools/misc/gettextize |
|
| 170 |
dobin gettext-tools/misc/po-fetch |
|
| 170 | 171 |
fi |
| 171 | 172 | |
| 172 | 173 |
# 909041 never install libintl which upstream insists on building |