dev-util/libabigail: disable submodule clone in live

The one submodule is called "big-tests", and it requires explicit opt-in
during configure, which we don't do. Cloning it is an (expensive) waste.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-09-11 19:26:02 -04:00
parent 9636733d90
commit 2a4e26439a
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ HOMEPAGE="https://sourceware.org/libabigail/"
if [[ ${PV} == 9999 ]] ; then
LIBABIGAIL_DOCS_PREBUILT=0
EGIT_REPO_URI="https://sourceware.org/git/libabigail.git"
EGIT_SUBMODULES=()
inherit autotools git-r3
else
SRC_URI="https://mirrors.kernel.org/sourceware/libabigail/${P}.tar.xz"

View File

@@ -23,6 +23,7 @@ HOMEPAGE="https://sourceware.org/libabigail/"
if [[ ${PV} == 9999 ]] ; then
LIBABIGAIL_DOCS_PREBUILT=0
EGIT_REPO_URI="https://sourceware.org/git/libabigail.git"
EGIT_SUBMODULES=()
inherit autotools git-r3
else
SRC_URI="https://mirrors.kernel.org/sourceware/libabigail/${P}.tar.xz"