Diff neofetch-7.1.0-r1 with a neofetch-9999
/usr/portage/app-misc/neofetch/neofetch-9999.ebuild 2023-10-09 14:52:28.812368333 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
... | ... | |
7 | 7 | |
8 | 8 |
if [[ ${PV} != *9999* ]]; then |
9 | 9 |
SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" |
10 |
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos" |
|
10 |
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" |
|
11 | 11 |
else |
12 | 12 |
inherit git-r3 |
13 | 13 |
EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" |
... | ... | |
19 | 19 |
SLOT="0" |
20 | 20 | |
21 | 21 |
PATCHES=( |
22 |
"${FILESDIR}"/${P}-fix-arm-riscv-loongarch-cpu-model-detection.patch |
|
22 |
"${FILESDIR}"/neofetch-7.1.0-fix-arm-riscv-loongarch-cpu-model-detection.patch |
|
23 | 23 |
) |
24 | 24 | |
25 | 25 |
src_prepare() { |