Diff linux-logo-6.0 with a linux-logo-6.01
/usr/portage/app-misc/linux-logo/linux-logo-6.01.ebuild 2023-10-09 14:52:28.808368333 +0300 | ||
---|---|---|
1 | 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 |
inherit toolchain-funcs systemd |
6 | 6 | |
7 | 7 |
MY_P=${PN/-/_}-${PV} |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~riscv sparc x86 ~amd64-linux ~x86-linux" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" |
|
15 | 15 |
IUSE="nls" |
16 | 16 | |
17 | 17 |
RDEPEND="nls? ( virtual/libintl )" |
... | ... | |
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 ) |