mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user