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 B31E815800A for ; Sun, 27 Aug 2023 20:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67D0D2BC025; Sun, 27 Aug 2023 20:26:36 +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 4CB442BC027 for ; Sun, 27 Aug 2023 20:26: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2342A335D2E for ; Sun, 27 Aug 2023 20:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48B9810C3 for ; Sun, 27 Aug 2023 20:26:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1693167973.f7bab785c5e2e9fb1f3548ee9c71d80b4e4a0b35.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tree-sitter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild X-VCS-Directories: dev-libs/tree-sitter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f7bab785c5e2e9fb1f3548ee9c71d80b4e4a0b35 X-VCS-Branch: master Date: Sun, 27 Aug 2023 20:26:33 +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: b18a9a3a-4e99-4a95-880c-704fb137d61a X-Archives-Hash: 5bd0b8eb134057603889b95f07a73e3d commit: f7bab785c5e2e9fb1f3548ee9c71d80b4e4a0b35 Author: Sam James gentoo org> AuthorDate: Sat Aug 26 18:04:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 27 20:26:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7bab785 dev-libs/tree-sitter: move confusing comment Signed-off-by: Sam James gentoo.org> dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild b/dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild index 734e7a2a9491..862cc9ee3eb6 100644 --- a/dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild +++ b/dev-libs/tree-sitter/tree-sitter-0.20.8-r1.ebuild @@ -23,13 +23,12 @@ PATCHES=( "${FILESDIR}/${PN}-0.20.8-no-parser-header.patch" ) -# see Makefile:1 -QA_PKGCONFIG_VERSION="0.20.9" - # XXX: Please, don't forget to check this on next version bump. # And, maybe remove as non-needed, if version in Makefile will # match the release. # ref: https://github.com/tree-sitter/tree-sitter/issues/2210 +# see Makefile:1 +QA_PKGCONFIG_VERSION="0.20.9" src_prepare() { default