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 EDDFD158031 for ; Mon, 27 Feb 2023 16:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2453AE07D4; Mon, 27 Feb 2023 16:43:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D9A8E07D3 for ; Mon, 27 Feb 2023 16:43:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0605D340DD1 for ; Mon, 27 Feb 2023 16:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9780C8C8 for ; Mon, 27 Feb 2023 16:43:49 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1677516226.6251934f81c7a68be543d5913b35a4ac741afdfa.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/nqp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/nqp/nqp-9999.ebuild X-VCS-Directories: dev-lang/nqp/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 6251934f81c7a68be543d5913b35a4ac741afdfa X-VCS-Branch: master Date: Mon, 27 Feb 2023 16:43:49 +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: cd1a982a-d755-4d0c-b2fc-6c6943218f5c X-Archives-Hash: 8f2d83acf176e023145bc4dbad2b791c commit: 6251934f81c7a68be543d5913b35a4ac741afdfa Author: Patrick Lauer gentoo org> AuthorDate: Mon Feb 27 16:35:18 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Feb 27 16:43:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6251934f dev-lang/nqp: remove broken java dep Signed-off-by: Patrick Lauer gentoo.org> dev-lang/nqp/nqp-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/nqp/nqp-9999.ebuild b/dev-lang/nqp/nqp-9999.ebuild index 849aaaf6aaee..ed087ca0a10c 100644 --- a/dev-lang/nqp/nqp-9999.ebuild +++ b/dev-lang/nqp/nqp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,6 @@ REQUIRED_USE="|| ( java moar )" CDEPEND="java? ( dev-java/asm:4 - dev-java/jline:0 dev-java/jna:4 ) moar? ( ~dev-lang/moarvm-${PV}[clang=] )"