net-libs/gupnp-av: raise glib dependency to 2.34 per configure

Also raise gobject-introspection since the lowest vala version in tree
is now 0.26. Drop unneeded eutils eclass.

Package-Manager: portage-2.3.1
This commit is contained in:
Gilles Dartiguelongue
2016-10-17 09:09:36 +02:00
parent d3985a26f9
commit e47212545a

View File

@@ -5,7 +5,7 @@
EAPI=6
VALA_USE_DEPEND="vapigen"
inherit eutils gnome2 vala
inherit gnome2 vala
DESCRIPTION="Utility library aiming to ease the handling UPnP A/V profiles"
HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
@@ -16,10 +16,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection"
RDEPEND="
>=dev-libs/glib-2.16:2
>=dev-libs/glib-2.34:2
>=net-libs/libsoup-2.28.2:2.4[introspection?]
dev-libs/libxml2
introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
introspection? ( >=dev-libs/gobject-introspection-1.36:= )
!net-libs/gupnp-vala
"
DEPEND="${RDEPEND}