Diff btop-1.2.13 with a btop-1.2.13-r1
/usr/portage/sys-process/btop/btop-1.2.13-r1.ebuild 2023-10-09 14:52:35.576368504 +0300 | ||
---|---|---|
1 |
# Copyright 2021-2022 Gentoo Authors |
|
1 |
# Copyright 2021-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="Apache-2.0" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 arm64 ~ppc ppc64 ~riscv x86" |
|
14 |
KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ppc64 ~riscv x86" |
|
15 | 15 | |
16 | 16 |
BDEPEND=" |
17 | 17 |
>=sys-devel/gcc-8 |
18 | 18 |
" |
19 | 19 | |
20 |
PATCHES=( |
|
21 |
# Backported fixes for https://bugs.gentoo.org/884005, |
|
22 |
# can be removed in 1.2.14 or later |
|
23 |
"${FILESDIR}/${P}-fix-makefile-deps.patch" |
|
24 |
"${FILESDIR}/${P}-verbose-mkdir.patch" |
|
25 |
) |
|
26 | ||
20 | 27 |
pkg_setup() { |
21 | 28 |
if [[ "${MERGE_TYPE}" != "binary" ]]; then |
22 | 29 |
if ! tc-is-gcc ; then |