diff options
author | Joshua Kinard <kumba@gentoo.org> | 2023-03-08 11:30:18 -0500 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2023-03-08 11:31:00 -0500 |
commit | 6dd6113e1a9edc4aeda4472f3ab7a6628e6661af (patch) | |
tree | 5a26abded7875129533277c7ae59b74dc73803e3 /app-misc/neofetch | |
parent | net-irc/weechat: sync live ebuild (diff) | |
download | gentoo-6dd6113e1a9edc4aeda4472f3ab7a6628e6661af.tar.gz gentoo-6dd6113e1a9edc4aeda4472f3ab7a6628e6661af.tar.bz2 gentoo-6dd6113e1a9edc4aeda4472f3ab7a6628e6661af.zip |
app-misc/neofetch: Added ~mips to KEYWORDS
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
Diffstat (limited to 'app-misc/neofetch')
-rw-r--r-- | app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild index 9a06d763e8b9..abacee7b9158 100644 --- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild +++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" |