diff options
author | Sam James <sam@gentoo.org> | 2020-07-18 00:35:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-18 00:35:57 +0000 |
commit | ce2a263d1e735513a73b242dc235a5709f62cf39 (patch) | |
tree | 919099b45dfa4321391cf0e3af2621d0d0aa6a8a /app-misc | |
parent | net-analyzer/rrdtool: arm stable (bug #685954) (diff) | |
download | gentoo-ce2a263d1e735513a73b242dc235a5709f62cf39.tar.gz gentoo-ce2a263d1e735513a73b242dc235a5709f62cf39.tar.bz2 gentoo-ce2a263d1e735513a73b242dc235a5709f62cf39.zip |
app-misc/neofetch: arm64 keyworded (bug #730162)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/neofetch/neofetch-7.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/neofetch/neofetch-7.0.0.ebuild b/app-misc/neofetch/neofetch-7.0.0.ebuild index 16837479730e..2b82020241d3 100644 --- a/app-misc/neofetch/neofetch-7.0.0.ebuild +++ b/app-misc/neofetch/neofetch-7.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~mips ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" |