diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-04-07 18:40:50 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-07 18:42:06 +0200 |
commit | a174505d5bfdaba4ff7b2e4d4a919455930ab50b (patch) | |
tree | ff1bb78e1691d3f8313148654c79762217cb86d6 /app-misc/neofetch | |
parent | app-misc/neofetch: version bump to 3.4.0. (diff) | |
download | gentoo-a174505d5bfdaba4ff7b2e4d4a919455930ab50b.tar.gz gentoo-a174505d5bfdaba4ff7b2e4d4a919455930ab50b.tar.bz2 gentoo-a174505d5bfdaba4ff7b2e4d4a919455930ab50b.zip |
app-misc/neofetch: add amd64-fbsd keyword.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-misc/neofetch')
-rw-r--r-- | app-misc/neofetch/neofetch-3.3.0.ebuild | 4 | ||||
-rw-r--r-- | 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 d80e7afe694c..6cba23e37f82 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 74d58f581757..0bfd665036b1 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 |