From: Michał Górny Date: Sun, 28 Apr 2019 10:53:47 +0000 (+0200) Subject: app-shells/bash-completion: Remove *-fbsd keywords due to deps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=68f7b476278d641ad18e32551b71d3c8f86a9baf;p=gentoo.git app-shells/bash-completion: Remove *-fbsd keywords due to deps dev-python/pexpect apparently fails test on *-fbsd. Remove the keywords for further investigation. Signed-off-by: Michał Górny --- diff --git a/app-shells/bash-completion/bash-completion-2.9.ebuild b/app-shells/bash-completion/bash-completion-2.9.ebuild index e759014076a8..48636b78df1a 100644 --- a/app-shells/bash-completion/bash-completion-2.9.ebuild +++ b/app-shells/bash-completion/bash-completion-2.9.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="GPL-2+" SLOT="0" -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 ~m68k-mint ~sparc-solaris ~sparc64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" IUSE="test" RESTRICT="test"