summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild (renamed from dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
index 07fc8e722f05..49d1ea552de7 100644
--- a/dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild
+++ b/dev-libs/libgit2-glib/libgit2-glib-0.26.0-r1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-GCONF_DEBUG="no"
+EAPI=6
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
VALA_USE_DEPEND="vapigen"
-inherit eutils gnome2 python-r1 vala
+inherit gnome2 python-r1 vala
DESCRIPTION="Git library for GLib"
HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib"
@@ -21,7 +20,7 @@ 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.25.0:0/25[ssh?]
+ >=dev-libs/libgit2-0.26.0:0/26[ssh?]
>=dev-libs/glib-2.44.0:2
python? (
${PYTHON_DEPS}