commit: 320ab75a09d17ce773cd12d909193e9e91d63772
Author: Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 01:13:36 2018 +0000
Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 01:14:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320ab75a
app-misc/neofetch: Added ~mips to KEYWORDS.
Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.12
app-misc/neofetch/neofetch-5.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild
b/app-misc/neofetch/neofetch-5.0.0.ebuild
index 62677c4b07a..028fbe1249c 100644
--- a/app-misc/neofetch/neofetch-5.0.0.ebuild
+++ b/app-misc/neofetch/neofetch-5.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 x86 ~amd64-fbsd"
+ KEYWORDS="amd64 mips x86 ~amd64-fbsd"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"