Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Fri, 13 May 2022 22:52:09
Message-Id: 1652482315.bf28bd89d6830119f1018f0a91b5b1ad38790d1f.dilfridge@gentoo
1 commit: bf28bd89d6830119f1018f0a91b5b1ad38790d1f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 22:45:23 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 22:51:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf28bd89
7
8 app-misc/neofetch: Drop ~mips
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-misc/neofetch/neofetch-7.1.0-r1.ebuild | 2 +-
14 app-misc/neofetch/neofetch-7.1.0.ebuild | 4 ++--
15 app-misc/neofetch/neofetch-9999.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
19 index f1cb69cc0c0b..f78a54fd99a2 100644
20 --- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
21 +++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
22 @@ -7,7 +7,7 @@ inherit optfeature prefix
23
24 if [[ ${PV} != *9999* ]]; then
25 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
26 - KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv x86"
27 + KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
28 else
29 inherit git-r3
30 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
31
32 diff --git a/app-misc/neofetch/neofetch-7.1.0.ebuild b/app-misc/neofetch/neofetch-7.1.0.ebuild
33 index 233fd2db7367..864cc9203b4c 100644
34 --- a/app-misc/neofetch/neofetch-7.1.0.ebuild
35 +++ b/app-misc/neofetch/neofetch-7.1.0.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 +# Copyright 1999-2022 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 @@ -7,7 +7,7 @@ inherit prefix
43
44 if [[ ${PV} != *9999* ]]; then
45 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
46 - KEYWORDS="amd64 ~arm64 ~mips ~ppc64 x86"
47 + KEYWORDS="amd64 ~arm64 ~ppc64 x86"
48 else
49 inherit git-r3
50 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"
51
52 diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
53 index a5b12b52fdd7..cc85a3afcd91 100644
54 --- a/app-misc/neofetch/neofetch-9999.ebuild
55 +++ b/app-misc/neofetch/neofetch-9999.ebuild
56 @@ -7,7 +7,7 @@ inherit optfeature prefix
57
58 if [[ ${PV} != *9999* ]]; then
59 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
60 - KEYWORDS="~amd64 ~arm64 ~loong ~mips ~ppc64 ~x86"
61 + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86"
62 else
63 inherit git-r3
64 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"