mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user