From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC723138334 for ; Thu, 10 Jan 2019 15:13:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 875FFE09CD; Thu, 10 Jan 2019 15:13:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E7A8E09CD for ; Thu, 10 Jan 2019 15:13:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C991335CE9 for ; Thu, 10 Jan 2019 15:13:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B14604FB for ; Thu, 10 Jan 2019 15:13:47 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1547133205.363df03eb8ff99536be0af9f116411a0c8c0af7c.cardoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-9999.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: 363df03eb8ff99536be0af9f116411a0c8c0af7c X-VCS-Branch: master Date: Thu, 10 Jan 2019 15:13:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c732d243-596d-4790-8d53-214bd565a1a7 X-Archives-Hash: b2d1914bab278b9eff2decda604fe0de commit: 363df03eb8ff99536be0af9f116411a0c8c0af7c Author: Michal Privoznik redhat com> AuthorDate: Thu Jan 10 10:16:41 2019 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Thu Jan 10 15:13:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363df03e app-emulation/libvirt: init submodules for live ebuild Libvirt updated gnulib which now requires git submodules to be initialized prior running bootstrap. Signed-off-by: Michal Privoznik redhat.com> Signed-off-by: Doug Goldstein gentoo.org> app-emulation/libvirt/libvirt-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 6ecf1140a71..c8b391fe438 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -218,6 +218,8 @@ src_prepare() { default if [[ ${PV} = *9999* ]]; then + # Reinitialize submodules as this is required for gnulib's bootstrap + git submodule init # git checkouts require bootstrapping to create the configure script. # Additionally the submodules must be cloned to the right locations # bug #377279