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 41F0D158066 for ; Wed, 28 Aug 2024 07:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CFC22BC01B; Wed, 28 Aug 2024 07:59:36 +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 19B642BC01B for ; Wed, 28 Aug 2024 07:59:36 +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 0A1AF340DC8 for ; Wed, 28 Aug 2024 07:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98E401EBD for ; Wed, 28 Aug 2024 07:59:32 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1724831936.e688697b86bfb07a7280dfa11c94af143e36c0eb.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild dev-util/pkgcheck/pkgcheck-0.10.30.ebuild dev-util/pkgcheck/pkgcheck-9999.ebuild X-VCS-Directories: dev-util/pkgcheck/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e688697b86bfb07a7280dfa11c94af143e36c0eb X-VCS-Branch: master Date: Wed, 28 Aug 2024 07:59:32 +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: 3b49171a-30d7-4941-9b0e-7bb14f5df98a X-Archives-Hash: 7b66358c712a63513dd530bf626194fc commit: e688697b86bfb07a7280dfa11c94af143e36c0eb Author: Arthur Zamarin gentoo org> AuthorDate: Wed Aug 28 07:58:07 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Aug 28 07:58:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e688697b dev-util/pkgcheck: cap tree-sitter version Currently broken with dev-python/tree-sitter-0.23.0. Most likely the fix is simple, but I'm too tired now to fix upstream code. Signed-off-by: Arthur Zamarin gentoo.org> .../pkgcheck/{pkgcheck-0.10.30.ebuild => pkgcheck-0.10.30-r1.ebuild} | 1 + dev-util/pkgcheck/pkgcheck-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/pkgcheck/pkgcheck-0.10.30.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild similarity index 97% rename from dev-util/pkgcheck/pkgcheck-0.10.30.ebuild rename to dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild index 7b1c7d6a3044..012ec9c2756e 100644 --- a/dev-util/pkgcheck/pkgcheck-0.10.30.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.10.30-r1.ebuild @@ -39,6 +39,7 @@ RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/pathspec[${PYTHON_USEDEP}] >=dev-python/tree-sitter-0.22.0[${PYTHON_USEDEP}] + =app-editors/emacs-24.1:* app-emacs/ebuild-mode diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index cb978064beda..00c68119471c 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -39,6 +39,7 @@ RDEPEND+=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/pathspec[${PYTHON_USEDEP}] >=dev-python/tree-sitter-0.22.0[${PYTHON_USEDEP}] + =app-editors/emacs-24.1:* app-emacs/ebuild-mode