diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-11 19:26:02 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-11 19:39:14 -0400 |
commit | 2a4e26439a1f854537f27ba608a304bfb96507b3 (patch) | |
tree | b2181cbb11639cc8c1f60006ed966b030d9aaaf8 | |
parent | dev-util/libabigail: drop unconditional eautoreconf (diff) | |
download | gentoo-2a4e26439a1f854537f27ba608a304bfb96507b3.tar.gz gentoo-2a4e26439a1f854537f27ba608a304bfb96507b3.tar.bz2 gentoo-2a4e26439a1f854537f27ba608a304bfb96507b3.zip |
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>
-rw-r--r-- | dev-util/libabigail/libabigail-2.5.ebuild | 1 | ||||
-rw-r--r-- | dev-util/libabigail/libabigail-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/libabigail/libabigail-2.5.ebuild b/dev-util/libabigail/libabigail-2.5.ebuild index b4e4ee065a70..94ba41550820 100644 --- a/dev-util/libabigail/libabigail-2.5.ebuild +++ b/dev-util/libabigail/libabigail-2.5.ebuild @@ -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" diff --git a/dev-util/libabigail/libabigail-9999.ebuild b/dev-util/libabigail/libabigail-9999.ebuild index e83ef1cd10f5..87d72e13ff05 100644 --- a/dev-util/libabigail/libabigail-9999.ebuild +++ b/dev-util/libabigail/libabigail-9999.ebuild @@ -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" |