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 0E803159C9B for ; Sat, 10 Aug 2024 19:13:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34200E2A42; Sat, 10 Aug 2024 19:13:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DD06CE2A42 for ; Sat, 10 Aug 2024 19:13:40 +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 E0301343121 for ; Sat, 10 Aug 2024 19:13:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4F0E6F for ; Sat, 10 Aug 2024 19:13:38 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1723317215.1a3bbf6f245f2cf421924cf975edd429af348821.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/jpype/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/jpype/jpype-1.5.0.ebuild X-VCS-Directories: dev-python/jpype/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 1a3bbf6f245f2cf421924cf975edd429af348821 X-VCS-Branch: dev Date: Sat, 10 Aug 2024 19:13:38 +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: 5b8a4f51-18c9-4769-8ad1-627dc5c63929 X-Archives-Hash: e7fb4de3cba9b1c8ace539eb8fa95544 commit: 1a3bbf6f245f2cf421924cf975edd429af348821 Author: Ivan Lloro gmail com> AuthorDate: Sat Aug 10 19:12:51 2024 +0000 Commit: Ivan Lloro gmail com> CommitDate: Sat Aug 10 19:13:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a3bbf6f dev-python/jpype: Move test dependency to BDEPEND Signed-off-by: Ivan Lloro gmail.com> dev-python/jpype/jpype-1.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/jpype/jpype-1.5.0.ebuild b/dev-python/jpype/jpype-1.5.0.ebuild index e59607b31..b04c76ab1 100644 --- a/dev-python/jpype/jpype-1.5.0.ebuild +++ b/dev-python/jpype/jpype-1.5.0.ebuild @@ -18,13 +18,14 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RDEPEND=" +BDEPEND=" test? ( dev-python/pyinstaller ) - virtual/jdk " +RDEPEND="virtual/jdk" + distutils_enable_tests pytest # WORKAROUND: Overload function to nullify blocking QA check.