diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2016-11-07 00:12:10 +0100 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2016-11-07 00:12:10 +0100 |
commit | 63eae40cbf27596efc7d1b8b096279d8468bd335 (patch) | |
tree | 45f17a18fc90da668fcadb42fbc9ba4b4f8d47d6 | |
parent | www-apps/blohg: update libgit2 dependency (diff) | |
download | gentoo-63eae40cbf27596efc7d1b8b096279d8468bd335.tar.gz gentoo-63eae40cbf27596efc7d1b8b096279d8468bd335.tar.bz2 gentoo-63eae40cbf27596efc7d1b8b096279d8468bd335.zip |
www-apps/blohg: update libgit2 dependency for live ebuild
Package-Manager: portage-2.2.28
-rw-r--r-- | www-apps/blohg/blohg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild index b47db97ce08c..a535a650a895 100644 --- a/www-apps/blohg/blohg-9999.ebuild +++ b/www-apps/blohg/blohg-9999.ebuild @@ -42,7 +42,7 @@ RDEPEND=" dev-python/pyyaml dev-python/setuptools dev-python/pygments - git? ( =dev-python/pygit2-0.21* ) + git? ( >=dev-python/pygit2-0.21.3 ) mercurial? ( >=dev-vcs/mercurial-1.6 )" DEPEND="${RDEPEND} |