Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/
Date: Thu, 10 Jan 2019 15:13:53
Message-Id: 1547133205.363df03eb8ff99536be0af9f116411a0c8c0af7c.cardoe@gentoo
1 commit: 363df03eb8ff99536be0af9f116411a0c8c0af7c
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Thu Jan 10 10:16:41 2019 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 10 15:13:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363df03e
7
8 app-emulation/libvirt: init submodules for live ebuild
9
10 Libvirt updated gnulib which now requires git submodules to be
11 initialized prior running bootstrap.
12
13 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
14 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
15
16 app-emulation/libvirt/libvirt-9999.ebuild | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild
20 index 6ecf1140a71..c8b391fe438 100644
21 --- a/app-emulation/libvirt/libvirt-9999.ebuild
22 +++ b/app-emulation/libvirt/libvirt-9999.ebuild
23 @@ -218,6 +218,8 @@ src_prepare() {
24 default
25
26 if [[ ${PV} = *9999* ]]; then
27 + # Reinitialize submodules as this is required for gnulib's bootstrap
28 + git submodule init
29 # git checkouts require bootstrapping to create the configure script.
30 # Additionally the submodules must be cloned to the right locations
31 # bug #377279