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 8FE4215808B for ; Sun, 20 Feb 2022 00:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA59CE07D9; Sun, 20 Feb 2022 00:31:37 +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 A0F6EE07D9 for ; Sun, 20 Feb 2022 00:31:37 +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 5CCFB342DD5 for ; Sun, 20 Feb 2022 00:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A76E92E7 for ; Sun, 20 Feb 2022 00:31:34 +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: <1645316654.24dcaa11331326b38bb1eb606a6e6581393689f6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild dev-util/geany-plugins/geany-plugins-1.38.ebuild X-VCS-Directories: dev-util/geany-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24dcaa11331326b38bb1eb606a6e6581393689f6 X-VCS-Branch: master Date: Sun, 20 Feb 2022 00:31:34 +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: ff043df4-fceb-4ea1-95ea-1ec483ac0b1b X-Archives-Hash: 1752a74844fe9a99cb6b244bf301dc9d commit: 24dcaa11331326b38bb1eb606a6e6581393689f6 Author: Chris Mayo gmail com> AuthorDate: Sat Feb 19 17:44:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 20 00:24:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24dcaa11 dev-util/geany-plugins: restrict libgit2 to < 1.4.0 Bug: https://bugs.gentoo.org/833600 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Chris Mayo gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24259 Signed-off-by: Sam James gentoo.org> .../{geany-plugins-1.38.ebuild => geany-plugins-1.38-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/geany-plugins/geany-plugins-1.38.ebuild b/dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild similarity index 98% rename from dev-util/geany-plugins/geany-plugins-1.38.ebuild rename to dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild index e8065a8877f3..0e369c95bfdc 100644 --- a/dev-util/geany-plugins/geany-plugins-1.38.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild @@ -25,7 +25,7 @@ DEPEND=" ctags? ( dev-util/ctags ) debugger? ( x11-libs/vte:2.91 ) enchant? ( app-text/enchant:= ) - git? ( dev-libs/libgit2:= ) + git? (