diff options
author | Chris Mayo <aklhfex@gmail.com> | 2022-02-19 17:44:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-20 00:24:14 +0000 |
commit | 24dcaa11331326b38bb1eb606a6e6581393689f6 (patch) | |
tree | 930fcdde667afba5c224f7233642042693e905fa /dev-util/geany-plugins | |
parent | mail-filter/postgrey: bump 1.37_p20220122 (diff) | |
download | gentoo-24dcaa11331326b38bb1eb606a6e6581393689f6.tar.gz gentoo-24dcaa11331326b38bb1eb606a6e6581393689f6.tar.bz2 gentoo-24dcaa11331326b38bb1eb606a6e6581393689f6.zip |
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 <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24259
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/geany-plugins')
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-1.38-r1.ebuild (renamed from dev-util/geany-plugins/geany-plugins-1.38.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/geany-plugins/geany-plugins-1.38.ebuild b/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? ( <dev-libs/libgit2-1.4.0:= ) gpg? ( app-crypt/gpgme:= ) gtkspell? ( app-text/gtkspell:3= ) lua? ( ${LUA_DEPS} ) |