Сравнение links-2.30-r2 с links-2.30-r3
| /usr/portage/www-client/links/links-2.30-r3.ebuild 2026-05-18 19:17:03.945478476 +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 |
EAPI=8 |
| ... | ... | |
| 92 | 92 | |
| 93 | 93 |
DOCS=( AUTHORS BRAILLE_HOWTO ChangeLog KEYS NEWS README SITES ) |
| 94 | 94 | |
| 95 |
PATCHES=( "${FILESDIR}/links-2.29-fix-zstd-only-build.patch" )
|
|
| 95 |
PATCHES=( |
|
| 96 |
"${FILESDIR}/links-2.29-fix-zstd-only-build.patch"
|
|
| 97 |
"${FILESDIR}/links-2.30-glibc-2.43-const.patch"
|
|
| 98 |
) |
|
| 96 | 99 | |
| 97 | 100 |
src_prepare() {
|
| 98 | 101 |
use X && xdg_environment_reset |