diff options
Diffstat (limited to 'dev-libs/jsoncpp')
| -rw-r--r-- | dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild index aec7e51e5932..622ce2cc1048 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="|| ( public-domain MIT )" SLOT="0/24" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc test" RESTRICT="!test? ( test )" @@ -43,3 +43,8 @@ src_compile() { HTML_DOCS=( dist/doxygen/jsoncpp*/. ) fi } + +src_test() { + # increase test timeout due to failures on slower hardware + meson_src_test -t 2 +} |
