diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-10-17 09:09:36 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-10-17 09:13:19 +0200 |
commit | e47212545affe4bfbf2ec3fe5b78feacb91ae1c6 (patch) | |
tree | 01f1ce9a2474b036fee0bdf03e7396f1a044c425 | |
parent | dev-python/libvirt-python: stabilize amd64 and x86, bug #595852 (diff) | |
download | gentoo-e47212545affe4bfbf2ec3fe5b78feacb91ae1c6.tar.gz gentoo-e47212545affe4bfbf2ec3fe5b78feacb91ae1c6.tar.bz2 gentoo-e47212545affe4bfbf2ec3fe5b78feacb91ae1c6.zip |
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
-rw-r--r-- | net-libs/gupnp-av/gupnp-av-0.12.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/gupnp-av/gupnp-av-0.12.10.ebuild b/net-libs/gupnp-av/gupnp-av-0.12.10.ebuild index a73ffbc0cbed..e172371aaa80 100644 --- a/net-libs/gupnp-av/gupnp-av-0.12.10.ebuild +++ b/net-libs/gupnp-av/gupnp-av-0.12.10.ebuild @@ -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} |