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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0357715800A for ; Fri, 28 Jul 2023 18:08:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B4A9E0966; Fri, 28 Jul 2023 18:08: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 2C3E7E0966 for ; Fri, 28 Jul 2023 18:08:41 +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 24C9D335CB4 for ; Fri, 28 Jul 2023 18:08:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B3FDD8 for ; Fri, 28 Jul 2023 18:08:38 +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: <1690567715.9bb1a5f28dc54e74fa049026b2e1a00fb88bb7c2.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/jja/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/jja/jja-0.7.1.ebuild X-VCS-Directories: games-board/jja/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 9bb1a5f28dc54e74fa049026b2e1a00fb88bb7c2 X-VCS-Branch: master Date: Fri, 28 Jul 2023 18:08: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: d22a9f08-0a56-4d8a-86e0-c6e31225eecc X-Archives-Hash: e5943e9b0ff6504943a99d7ae8dc471d commit: 9bb1a5f28dc54e74fa049026b2e1a00fb88bb7c2 Author: Patrick Lauer gentoo org> AuthorDate: Fri Jul 28 18:08:06 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Fri Jul 28 18:08:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb1a5f2 games-board/jja: Add liburing dep Closes: https://bugs.gentoo.org/911393 Signed-off-by: Patrick Lauer gentoo.org> games-board/jja/jja-0.7.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-board/jja/jja-0.7.1.ebuild b/games-board/jja/jja-0.7.1.ebuild index 45920dbcfed2..30e706e6e4fb 100644 --- a/games-board/jja/jja-0.7.1.ebuild +++ b/games-board/jja/jja-0.7.1.ebuild @@ -260,7 +260,8 @@ SRC_URI="https://git.sr.ht/~alip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz " # rocksdb needs clang -DEPEND+="sys-devel/clang" +DEPEND+="sys-devel/clang + sys-libs/liburing" RDEPEND=${DEPEND} LICENSE="GPL-3+" # Dependent crate licenses