commit: a174505d5bfdaba4ff7b2e4d4a919455930ab50b Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Apr 7 16:40:50 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Apr 7 16:42:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a174505d
app-misc/neofetch: add amd64-fbsd keyword. Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-misc/neofetch/neofetch-3.3.0.ebuild | 4 ++-- app-misc/neofetch/neofetch-3.4.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/neofetch/neofetch-3.3.0.ebuild b/app-misc/neofetch/neofetch-3.3.0.ebuild index d80e7afe694..6cba23e37f8 100644 --- a/app-misc/neofetch/neofetch-3.3.0.ebuild +++ b/app-misc/neofetch/neofetch-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch" SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" LICENSE="MIT-with-advertising" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~amd64-fbsd" IUSE="X" RDEPEND="sys-apps/pciutils diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild index 74d58f58175..0bfd665036b 100644 --- a/app-misc/neofetch/neofetch-3.4.0.ebuild +++ b/app-misc/neofetch/neofetch-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch" SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" LICENSE="MIT-with-advertising" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd" IUSE="X" RDEPEND="sys-apps/pciutils
