Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/
Date: Sun, 20 Feb 2022 00:31:38
Message-Id: 1645316654.24dcaa11331326b38bb1eb606a6e6581393689f6.sam@gentoo
1 commit: 24dcaa11331326b38bb1eb606a6e6581393689f6
2 Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 19 17:44:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 00:24:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24dcaa11
7
8 dev-util/geany-plugins: restrict libgit2 to < 1.4.0
9
10 Bug: https://bugs.gentoo.org/833600
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/24259
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 .../{geany-plugins-1.38.ebuild => geany-plugins-1.38-r1.ebuild} | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-util/geany-plugins/geany-plugins-1.38.ebuild b/dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild
20 similarity index 98%
21 rename from dev-util/geany-plugins/geany-plugins-1.38.ebuild
22 rename to dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild
23 index e8065a8877f3..0e369c95bfdc 100644
24 --- a/dev-util/geany-plugins/geany-plugins-1.38.ebuild
25 +++ b/dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild
26 @@ -25,7 +25,7 @@ DEPEND="
27 ctags? ( dev-util/ctags )
28 debugger? ( x11-libs/vte:2.91 )
29 enchant? ( app-text/enchant:= )
30 - git? ( dev-libs/libgit2:= )
31 + git? ( <dev-libs/libgit2-1.4.0:= )
32 gpg? ( app-crypt/gpgme:= )
33 gtkspell? ( app-text/gtkspell:3= )
34 lua? ( ${LUA_DEPS} )