summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-01 08:54:20 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-01 09:39:07 +0100
commit963781539698897ebd6202c4a05dcf64144b34a3 (patch)
tree9c4379e6c0642fa183a3511eb8b01b6129c1fb9a /dev-libs/jansson/jansson-2.10.ebuild
parentxfce-base/xfce4-settings: Bump to 4.12.2 (diff)
downloadgentoo-963781539698897ebd6202c4a05dcf64144b34a3.tar.gz
gentoo-963781539698897ebd6202c4a05dcf64144b34a3.tar.bz2
gentoo-963781539698897ebd6202c4a05dcf64144b34a3.zip
dev-libs/jansson: Tested on ~amd64-fbsd
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.
Diffstat (limited to 'dev-libs/jansson/jansson-2.10.ebuild')
-rw-r--r--dev-libs/jansson/jansson-2.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/jansson/jansson-2.10.ebuild b/dev-libs/jansson/jansson-2.10.ebuild
index 640f85ad4c99..e8868fe3c1c0 100644
--- a/dev-libs/jansson/jansson-2.10.ebuild
+++ b/dev-libs/jansson/jansson-2.10.ebuild
@@ -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 )"