mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emulation/libvirt-glib: fix gtk-doc deps and LICENSE
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
@@ -8,29 +8,30 @@ inherit meson vala
|
||||
DESCRIPTION="GLib and GObject mappings for libvirt"
|
||||
HOMEPAGE="https://libvirt.org/ https://gitlab.com/libvirt/libvirt-glib/"
|
||||
SRC_URI="https://libvirt.org/sources/glib/${P}.tar.xz"
|
||||
LICENSE="LGPL-2.1"
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
|
||||
IUSE="gtk-doc +introspection test +vala"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="vala? ( introspection )"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/glib-utils
|
||||
>=dev-util/intltool-0.35.0
|
||||
virtual/pkgconfig
|
||||
gtk-doc? ( dev-util/gtk-doc )
|
||||
vala? ( $(vala_depend) )
|
||||
"
|
||||
RDEPEND="
|
||||
>=dev-libs/libxml2-2.9.1
|
||||
>=app-emulation/libvirt-1.2.8:=
|
||||
>=dev-libs/glib-2.48.0:2
|
||||
introspection? ( >=dev-libs/gobject-introspection-1.48.0:= )
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/glib-utils
|
||||
>=dev-util/intltool-0.35.0
|
||||
virtual/pkgconfig
|
||||
gtk-doc? ( dev-util/gtk-doc
|
||||
app-text/docbook-xml-dtd:4.3 )
|
||||
vala? ( $(vala_depend) )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
use vala && vala_src_prepare
|
||||
|
||||
Reference in New Issue
Block a user