Diff ytree-2.02 with a ytree-2.04
/usr/portage/app-misc/ytree/ytree-2.04.ebuild 2023-10-09 14:52:28.828368333 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2021 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 |
inherit toolchain-funcs |
7 | 7 | |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-2+" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 x86" |
|
14 |
KEYWORDS="~amd64 ~riscv ~x86" |
|
15 | 15 | |
16 | 16 |
BDEPEND="virtual/pkgconfig" |
17 | 17 |
DEPEND=" |
... | ... | |
20 | 20 |
" |
21 | 21 |
RDEPEND="${DEPEND}" |
22 | 22 | |
23 |
PATCHES=( |
|
24 |
"${FILESDIR}/${PN}-1.99-tinfo.patch" |
|
25 |
) |
|
26 | ||
27 | 23 |
DOCS=( CHANGES README THANKS ytree.conf ) |
28 | 24 | |
29 | 25 |
src_configure() { |