summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-08-24 23:44:47 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-08-25 00:47:39 +0200
commitf9a7c1cb97bbccaf0a15e2d53ae88c8112595642 (patch)
tree278893cdb57abc7c0a4ec2e3cfe4fa6b1c0d6a20 /dev-libs
parentdev-cpp/gstreamermm: add missing mm-common dependency, bug #628448 (diff)
downloadgentoo-f9a7c1cb97bbccaf0a15e2d53ae88c8112595642.tar.gz
gentoo-f9a7c1cb97bbccaf0a15e2d53ae88c8112595642.tar.bz2
gentoo-f9a7c1cb97bbccaf0a15e2d53ae88c8112595642.zip
dev-libs/libgit2-glib: add missing dependency on gobject-introspection, bug #628630
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
index 0697ebddf9a3..2a3ed8af6ae2 100644
--- a/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
+++ b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
@@ -20,8 +20,9 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
# Specify libgit2 dependency with subslot because libgit2 upstream has a habit
# of changing their API in each release in ways that break libgit2-glib
RDEPEND="
- >=dev-libs/libgit2-0.26.0:0/26[ssh?]
+ >=dev-libs/gobject-introspection-0.10.1:=
>=dev-libs/glib-2.44.0:2
+ >=dev-libs/libgit2-0.26.0:0/26[ssh?]
python? (
${PYTHON_DEPS}
dev-python/pygobject:3[${PYTHON_USEDEP}] )