Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Tue, 29 Dec 2020 09:56:43
Message-Id: 1609235785.7193b34acf8c95da7600e2089ab00b828ba325f9.sam@gentoo
1 commit: 7193b34acf8c95da7600e2089ab00b828ba325f9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 09:56:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 09:56:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7193b34a
7
8 app-misc/neofetch: Stabilize 7.1.0 ALLARCHES, #762083
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/neofetch/neofetch-7.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
16 index f1e6b096ba7..1b5936a8511 100644
17 --- a/app-misc/neofetch/neofetch-7.1.0.ebuild
18 +++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
19 @@ -5,7 +5,7 @@ EAPI=7
20
21 if [[ ${PV} != *9999* ]]; then
22 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm64 ~mips ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm64 ~mips ~ppc64 x86"
25 else
26 inherit git-r3
27 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"