diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-06-03 11:56:46 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-06-03 11:56:46 -0700 |
commit | b403da836ebe540752db179e86f28b15dc419c28 (patch) | |
tree | 58f4b5d7583ad6df13de5fdeabe50f07506ec2f2 /dev-lang/jsonnet | |
parent | dev-lang/jsonnnet: Version bump to 0.13.0 (diff) | |
download | gentoo-b403da836ebe540752db179e86f28b15dc419c28.tar.gz gentoo-b403da836ebe540752db179e86f28b15dc419c28.tar.bz2 gentoo-b403da836ebe540752db179e86f28b15dc419c28.zip |
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 <chutzpah@gentoo.org>
Diffstat (limited to 'dev-lang/jsonnet')
-rw-r--r-- | dev-lang/jsonnet/jsonnet-0.12.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |