Сравнение most-5.1.0 с most-5.2.0
/usr/portage/sys-apps/most/most-5.2.0.ebuild 2023-10-09 14:52:35.392368499 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
DESCRIPTION="Paging program that displays, one windowful at a time, the contents of a file" |
7 | 7 |
HOMEPAGE="https://www.jedsoft.org/most/" |
... | ... | |
18 | 18 | |
19 | 19 |
PATCHES=( |
20 | 20 |
"${FILESDIR}"/${PN}-5.0.0a-donot-hardcode-path.patch |
21 |
"${FILESDIR}"/${P}-fix-parallel-build.patch |
|
22 | 21 |
) |
23 | 22 | |
24 | 23 |
src_prepare() { |