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/tmux/tmux-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/tmux/tmux-9999.ebuild')
-rw-r--r--app-misc/tmux/tmux-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index f4e930c58362..0a214c32d460 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-9999.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == 9999 ]] ; then
else
SRC_URI="https://github.com/tmux/tmux/releases/download/$(ver_cut 1-2)/${P/_/-}.tar.gz"
[[ "${PV}" == *_rc* ]] || \
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
S="${WORKDIR}/${P/_/-}"
fi