Diff linux-logo-6.0 with a linux-logo-6.01
/usr/portage/app-misc/linux-logo/linux-logo-6.01.ebuild 2024-12-25 14:59:47.111270040 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2024 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 |
inherit toolchain-funcs systemd |
6 | 6 | |
7 | 7 |
MY_P=${PN/-/_}-${PV} |
... | ... | |
19 | 19 |
BDEPEND="nls? ( sys-devel/gettext )" |
20 | 20 | |
21 | 21 |
PATCHES=( |
22 |
"${FILESDIR}"/"${P}"-configure.patch |
|
23 |
"${FILESDIR}"/"${P}"-which.patch |
|
22 |
"${FILESDIR}"/"${PN}"-6.0-configure.patch |
|
23 |
"${FILESDIR}"/"${PN}"-6.0-which.patch |
|
24 | 24 |
) |
25 | 25 | |
26 | 26 |
DOCS=( BUGS README README.CUSTOM_LOGOS TODO USAGE LINUX_LOGO.FAQ ) |