# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" VALA_USE_DEPEND="vapigen" inherit gnome2 multilib-minimal vala DESCRIPTION="A GObject-based API for handling resource discovery and announcement over SSDP" HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP" LICENSE="LGPL-2" SLOT="0/3" KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="+introspection gtk" RDEPEND=" >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?] gtk? ( >=x11-libs/gtk+-3.0:3 ) introspection? ( $(vala_depend) >=dev-libs/gobject-introspection-1.36:= ) !