Diff neofetch-7.1.0-r1 with a neofetch-9999
/usr/portage/app-misc/neofetch/neofetch-9999.ebuild 2024-07-02 13:51:43.849851454 +0300 | ||
---|---|---|
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 ~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() { |