dev-libs/jansson: Tested on ~amd64-fbsd
authorMichał Górny <mgorny@gentoo.org>
Thu, 1 Mar 2018 07:54:20 +0000 (08:54 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 1 Mar 2018 08:39:07 +0000 (09:39 +0100)
There is one test failure on amd64-fbsd that indicates that exported
symbol list is not being respected. However, it's not crucial
to the library's operation.

dev-libs/jansson/jansson-2.10.ebuild

index 640f85ad4c99b38359e99db465999a9ac7941899..e8868fe3c1c074bafbe5158ac7ae30ced4b3fcd2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://www.digip.org/jansson/releases/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd"
 IUSE="doc static-libs"
 
 DEPEND="doc? ( >=dev-python/sphinx-1.0.4 )"