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: Mon, 11 Oct 2021 04:18:50
Message-Id: 1633925774.4b3910a390b177e9d681c04fd80188798e878409.sam@gentoo
1 commit: 4b3910a390b177e9d681c04fd80188798e878409
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 11 04:16:14 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 04:16:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3910a3
7
8 app-misc/neofetch: Stabilize 7.1.0-r1 ALLARCHES, #817671
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
16 index b0c0a070de9..c6dd8f64135 100644
17 --- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
18 +++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
19 @@ -7,7 +7,7 @@ inherit optfeature prefix
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"