diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-07-24 12:05:40 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-07-24 12:08:52 +0800 |
commit | 3e9e7845cb0eb03ec057e43e9e3cf66e966cbadb (patch) | |
tree | 3b32e4204a594fbad43ed047fef59ab1815b6949 /app-misc | |
parent | dev-perl/App-pwhich: Stabilize 1.170.0 ppc64, #910933 (diff) | |
download | gentoo-3e9e7845cb0eb03ec057e43e9e3cf66e966cbadb.tar.gz gentoo-3e9e7845cb0eb03ec057e43e9e3cf66e966cbadb.tar.bz2 gentoo-3e9e7845cb0eb03ec057e43e9e3cf66e966cbadb.zip |
app-misc/neofetch: keyword 7.1.0-r1 for ~arm64-macos
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild index 99eed34b3db4..95a45676825c 100644 --- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild +++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild @@ -7,7 +7,7 @@ inherit optfeature prefix if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" - KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" |