Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Thu, 01 Oct 2020 23:47:07
Message-Id: 1601595995.2cfcf2753a4d8dea75a58d94197cc5880d326196.tamiko@gentoo
1 commit: 2cfcf2753a4d8dea75a58d94197cc5880d326196
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Sun Sep 27 09:57:15 2020 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 23:46:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfcf275
7
8 app-emulation/libvirt: 6.7.0 and 9999: Split out packages into BDEPEND.
9
10 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-emulation/libvirt/libvirt-6.7.0.ebuild | 23 +++++++++++++----------
14 app-emulation/libvirt/libvirt-9999.ebuild | 23 +++++++++++++----------
15 2 files changed, 26 insertions(+), 20 deletions(-)
16
17 diff --git a/app-emulation/libvirt/libvirt-6.7.0.ebuild b/app-emulation/libvirt/libvirt-6.7.0.ebuild
18 index 14eac7e77cd..4ac593e82b2 100644
19 --- a/app-emulation/libvirt/libvirt-6.7.0.ebuild
20 +++ b/app-emulation/libvirt/libvirt-6.7.0.ebuild
21 @@ -40,14 +40,22 @@ REQUIRED_USE="
22 virtualbox? ( libvirtd )
23 xen? ( libvirtd )"
24
25 +BDEPEND="
26 + acct-user/qemu
27 + policykit? ( acct-group/libvirt )
28 + app-text/xhtml1
29 + dev-lang/perl
30 + dev-libs/libxslt
31 + dev-perl/XML-XPath
32 + dev-python/docutils
33 + virtual/pkgconfig"
34 +
35 # gettext.sh command is used by the libvirt command wrappers, and it's
36 # non-optional, so put it into RDEPEND.
37 # We can use both libnl:1.1 and libnl:3, but if you have both installed, the
38 # package will use 3 by default. Since we don't have slot pinning in an API,
39 # we must go with the most recent
40 RDEPEND="
41 - acct-user/qemu
42 - policykit? ( acct-group/libvirt )
43 app-misc/scrub
44 >=dev-libs/glib-2.48.0
45 dev-libs/libgcrypt:0
46 @@ -113,14 +121,9 @@ RDEPEND="
47 )
48 zfs? ( sys-fs/zfs )"
49
50 -DEPEND="${RDEPEND}
51 - ${PYTHON_DEPS}
52 - app-text/xhtml1
53 - dev-lang/perl
54 - dev-libs/libxslt
55 - dev-perl/XML-XPath
56 - dev-python/docutils
57 - virtual/pkgconfig"
58 +DEPEND="${BDEPEND}
59 + ${RDEPEND}
60 + ${PYTHON_DEPS}"
61
62 PATCHES=(
63 "${FILESDIR}"/${PN}-6.0.0-fix_paths_in_libvirt-guests_sh.patch
64
65 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
66 index 6f81a09abc9..d487d2783e1 100644
67 --- a/app-emulation/libvirt/libvirt-9999.ebuild
68 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
69 @@ -40,14 +40,22 @@ REQUIRED_USE="
70 virtualbox? ( libvirtd )
71 xen? ( libvirtd )"
72
73 +BDEPEND="
74 + acct-user/qemu
75 + policykit? ( acct-group/libvirt )
76 + app-text/xhtml1
77 + dev-lang/perl
78 + dev-libs/libxslt
79 + dev-perl/XML-XPath
80 + dev-python/docutils
81 + virtual/pkgconfig"
82 +
83 # gettext.sh command is used by the libvirt command wrappers, and it's
84 # non-optional, so put it into RDEPEND.
85 # We can use both libnl:1.1 and libnl:3, but if you have both installed, the
86 # package will use 3 by default. Since we don't have slot pinning in an API,
87 # we must go with the most recent
88 RDEPEND="
89 - acct-user/qemu
90 - policykit? ( acct-group/libvirt )
91 app-misc/scrub
92 >=dev-libs/glib-2.48.0
93 dev-libs/libgcrypt:0
94 @@ -113,14 +121,9 @@ RDEPEND="
95 )
96 zfs? ( sys-fs/zfs )"
97
98 -DEPEND="${RDEPEND}
99 - ${PYTHON_DEPS}
100 - app-text/xhtml1
101 - dev-lang/perl
102 - dev-libs/libxslt
103 - dev-perl/XML-XPath
104 - dev-python/docutils
105 - virtual/pkgconfig"
106 +DEPEND="${BDEPEND}
107 + ${RDEPEND}
108 + ${PYTHON_DEPS}"
109
110 PATCHES=(
111 "${FILESDIR}"/${PN}-6.0.0-fix_paths_in_libvirt-guests_sh.patch