summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-11 17:34:24 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-11 17:34:24 +0200
commit49ebab7dbbd9328e00caacacd24f8a9d9faa64ef (patch)
treed43b4480eaa9651617715b7f20c440351e3d0737 /dev-libs/boost/boost-1.70.0.ebuild
parentdev-lang: Remove *-fbsd KEYWORDS (diff)
downloadgentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.tar.gz
gentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.tar.bz2
gentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.zip
dev-libs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/boost/boost-1.70.0.ebuild')
-rw-r--r--dev-libs/boost/boost-1.70.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.70.0.ebuild b/dev-libs/boost/boost-1.70.0.ebuild
index 570df6cc8443..4f826fa75b46 100644
--- a/dev-libs/boost/boost-1.70.0.ebuild
+++ b/dev-libs/boost/boost-1.70.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar
LICENSE="Boost-1.0"
SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt"
IUSE="bzip2 context debug doc icu lzma +nls mpi numpy python static-libs +threads tools zlib zstd"
REQUIRED_USE="
mpi? ( threads )