diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:33:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:33:52 +0200 |
commit | 3b8b097ec14b16e0819b33770c1454af241123c3 (patch) | |
tree | fff7eade77e3a387d6d75e7fa03a8f2c951cffe7 /app-misc/neofetch | |
parent | app-i18n: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-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')
-rw-r--r-- | app-misc/neofetch/neofetch-6.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-misc/neofetch/neofetch-6.1.0.ebuild | 2 | ||||
-rw-r--r-- | app-misc/neofetch/neofetch-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild index 7e6422e1f5c0..102c239995d1 100644 --- a/app-misc/neofetch/neofetch-6.0.0.ebuild +++ b/app-misc/neofetch/neofetch-6.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 ~mips x86 ~amd64-fbsd" + KEYWORDS="amd64 ~mips x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" diff --git a/app-misc/neofetch/neofetch-6.1.0.ebuild b/app-misc/neofetch/neofetch-6.1.0.ebuild index 45192c9d63c8..2df09f60d624 100644 --- a/app-misc/neofetch/neofetch-6.1.0.ebuild +++ b/app-misc/neofetch/neofetch-6.1.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 ~mips ~x86 ~amd64-fbsd" + KEYWORDS="~amd64 ~mips ~x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git" 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" |