Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/
Date: Sat, 07 Apr 2018 16:42:44
Message-Id: 1523119326.a174505d5bfdaba4ff7b2e4d4a919455930ab50b.monsieurp@gentoo
1 commit: a174505d5bfdaba4ff7b2e4d4a919455930ab50b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 7 16:40:50 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 16:42:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a174505d
7
8 app-misc/neofetch: add amd64-fbsd keyword.
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 app-misc/neofetch/neofetch-3.3.0.ebuild | 4 ++--
13 app-misc/neofetch/neofetch-3.4.0.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/neofetch/neofetch-3.3.0.ebuild b/app-misc/neofetch/neofetch-3.3.0.ebuild
17 index d80e7afe694..6cba23e37f8 100644
18 --- a/app-misc/neofetch/neofetch-3.3.0.ebuild
19 +++ b/app-misc/neofetch/neofetch-3.3.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch"
27 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
28 LICENSE="MIT-with-advertising"
29 SLOT="0"
30 -KEYWORDS="amd64 x86"
31 +KEYWORDS="amd64 x86 ~amd64-fbsd"
32 IUSE="X"
33
34 RDEPEND="sys-apps/pciutils
35
36 diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild
37 index 74d58f58175..0bfd665036b 100644
38 --- a/app-misc/neofetch/neofetch-3.4.0.ebuild
39 +++ b/app-misc/neofetch/neofetch-3.4.0.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch"
47 SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz"
48 LICENSE="MIT-with-advertising"
49 SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 +KEYWORDS="~amd64 ~x86 ~amd64-fbsd"
52 IUSE="X"
53
54 RDEPEND="sys-apps/pciutils