diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-09 23:18:47 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-09 23:23:57 +0200 |
commit | 7d7d1630aed9e9977899f0201b354ca4fdb3b5dd (patch) | |
tree | 490c96b3ce9b11e316db66affbed687c2c4d987b /app-misc/neofetch | |
parent | dev-lang/mujs: x86 stable (bug #646784) (diff) | |
download | gentoo-7d7d1630aed9e9977899f0201b354ca4fdb3b5dd.tar.gz gentoo-7d7d1630aed9e9977899f0201b354ca4fdb3b5dd.tar.bz2 gentoo-7d7d1630aed9e9977899f0201b354ca4fdb3b5dd.zip |
app-misc/neofetch: x86 stable (bug #667940)
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-misc/neofetch')
-rw-r--r-- | app-misc/neofetch/neofetch-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild index 484dcd52044f..62677c4b07a8 100644 --- a/app-misc/neofetch/neofetch-5.0.0.ebuild +++ b/app-misc/neofetch/neofetch-5.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 x86 ~amd64-fbsd" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" |