diff options
author | 2023-07-08 10:39:33 +0800 | |
---|---|---|
committer | 2023-07-08 10:40:47 +0800 | |
commit | 81b668173075c43c4545b650c1b65ad50aa6e51e (patch) | |
tree | 681c1ae7a29507d12c16aeec9961a809fe12e2dc /app-misc/neofetch | |
parent | app-admin/ansible-molecule: drop 5.0.1 (diff) | |
download | gentoo-81b668173075c43c4545b650c1b65ad50aa6e51e.tar.gz gentoo-81b668173075c43c4545b650c1b65ad50aa6e51e.tar.bz2 gentoo-81b668173075c43c4545b650c1b65ad50aa6e51e.zip |
app-misc/neofetch: keyword 7.1.0-r1 for ~x64-macos
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'app-misc/neofetch')
-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 f085ddcdf204..99eed34b3db4 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" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" |