From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1584D158086 for ; Mon, 20 Dec 2021 20:42:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BA402BC00B; Mon, 20 Dec 2021 20:42:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A83FD2BC00B for ; Mon, 20 Dec 2021 20:42:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6795234327D for ; Mon, 20 Dec 2021 20:42:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB03C14D for ; Mon, 20 Dec 2021 20:42:13 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1640032915.895f47a7fd1f933960c82443bdf6827c01d35ee8.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/langkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/langkit/langkit-22.0.0-r2.ebuild X-VCS-Directories: dev-ada/langkit/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 895f47a7fd1f933960c82443bdf6827c01d35ee8 X-VCS-Branch: master Date: Mon, 20 Dec 2021 20:42:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5be31f9e-a478-409e-8e18-13ababfc327c X-Archives-Hash: b0f6c28951893c693db1a69b3a1bc5ec commit: 895f47a7fd1f933960c82443bdf6827c01d35ee8 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Dec 20 20:41:55 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Dec 20 20:41:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895f47a7 dev-ada/langkit: fix failing test Closes: https://bugs.gentoo.org/829655 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/langkit/langkit-22.0.0-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ada/langkit/langkit-22.0.0-r2.ebuild b/dev-ada/langkit/langkit-22.0.0-r2.ebuild index 4393f8601a43..4e998a1d09a8 100644 --- a/dev-ada/langkit/langkit-22.0.0-r2.ebuild +++ b/dev-ada/langkit/langkit-22.0.0-r2.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( shared static-libs static-pic )" RDEPEND="${PYTHON_DEPS} - dev-ada/gnatcoll-bindings[iconv,shared?,static-libs?,static-pic?] + dev-ada/gnatcoll-bindings[gmp,iconv,shared?,static-libs?,static-pic?] dev-python/mako[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/funcy[${PYTHON_USEDEP}] @@ -58,6 +58,7 @@ python_compile_all() { } python_test_all() { + export GPR_PROJECT_PATH="${S}"/support ${EPYTHON} ./manage.py make --no-langkit-support || die eval $(./manage.py setenv) ${EPYTHON} ./manage.py test --verbose |& tee langkit.testOut