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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5039E1382C5 for ; Thu, 10 Jun 2021 17:51:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E0DAE08FE; Thu, 10 Jun 2021 17:51:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5120BE08FE for ; Thu, 10 Jun 2021 17:51:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC406335CEE for ; Thu, 10 Jun 2021 17:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5387F78E for ; Thu, 10 Jun 2021 17:51:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1623347465.8c11e8cec3170b4f8297bf930cc58b91d737e564.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rizin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rizin/rizin-0.2.1.ebuild X-VCS-Directories: dev-util/rizin/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8c11e8cec3170b4f8297bf930cc58b91d737e564 X-VCS-Branch: master Date: Thu, 10 Jun 2021 17:51:07 +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: f7d05665-dccd-4ea3-8738-42e8a182ce16 X-Archives-Hash: 2b3d6613175b6f009424d5be0905759f commit: 8c11e8cec3170b4f8297bf930cc58b91d737e564 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Jun 10 17:50:57 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jun 10 17:51:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c11e8ce dev-util/rizin: specify lower bound of tree-sitter to be >=0.19.0 Issue: https://github.com/rizinorg/rizin/issues/1194 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/rizin/rizin-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rizin/rizin-0.2.1.ebuild b/dev-util/rizin/rizin-0.2.1.ebuild index 08ed3c5435e..f8d2d2dd1bd 100644 --- a/dev-util/rizin/rizin-0.2.1.ebuild +++ b/dev-util/rizin/rizin-0.2.1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" dev-libs/libuv:0= dev-libs/libzip:0= dev-libs/openssl:0= - dev-libs/tree-sitter + >=dev-libs/tree-sitter-0.19.0 dev-libs/xxhash sys-libs/zlib:0= "