From: Patrick McLean Date: Mon, 3 Jun 2019 18:56:46 +0000 (-0700) Subject: dev-lang/jsonnnet: Fix tests with glibc 2.29 in 0.12.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b403da836ebe540752db179e86f28b15dc419c28;p=gentoo.git dev-lang/jsonnnet: Fix tests with glibc 2.29 in 0.12.1 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Patrick McLean --- diff --git a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild index ba69cbeb09ac..4ba4fd82bda9 100644 --- a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild @@ -27,6 +27,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" PATCHES=( "${FILESDIR}/jsonnet-0.12.1-makefile.patch" "${FILESDIR}/jsonnet-0.12.1-dont-call-make-from-setuppy.patch" + "${FILESDIR}/jsonnet-0.13.0-glibc-2.29.patch" ) src_compile() {