diff options
-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() { |