summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-11 17:33:52 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-11 17:33:52 +0200
commit3b8b097ec14b16e0819b33770c1454af241123c3 (patch)
treefff7eade77e3a387d6d75e7fa03a8f2c951cffe7 /app-misc/neofetch/neofetch-9999.ebuild
parentapp-i18n: Remove *-fbsd KEYWORDS (diff)
downloadgentoo-3b8b097ec14b16e0819b33770c1454af241123c3.tar.gz
gentoo-3b8b097ec14b16e0819b33770c1454af241123c3.tar.bz2
gentoo-3b8b097ec14b16e0819b33770c1454af241123c3.zip
app-misc: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/neofetch/neofetch-9999.ebuild')
-rw-r--r--app-misc/neofetch/neofetch-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/neofetch/neofetch-9999.ebuild b/app-misc/neofetch/neofetch-9999.ebuild
index 45192c9d63c8..2df09f60d624 100644
--- a/app-misc/neofetch/neofetch-9999.ebuild
+++ b/app-misc/neofetch/neofetch-9999.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 ~mips ~x86 ~amd64-fbsd"
+ KEYWORDS="~amd64 ~mips ~x86"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"