Сравнение slang-2.3.3-r1 с slang-2.3.3-r2
| /usr/portage/sys-libs/slang/slang-2.3.3-r2.ebuild 2026-02-24 11:46:04.369144393 +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 |
| ... | ... | |
| 38 | 38 |
PATCHES=( |
| 39 | 39 |
"${FILESDIR}"/${PN}-2.3.3-slsh-libs.patch
|
| 40 | 40 |
"${FILESDIR}"/${PN}-2.3.3-remove-undefined-symbol-from-version-script.patch
|
| 41 |
"${FILESDIR}"/${PN}-2.3.3-ld-typo.patch
|
|
| 41 | 42 |
) |
| 42 | 43 | |
| 43 | 44 |
src_prepare() {
|