diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-09-21 23:45:59 +0100 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-09-21 21:11:52 -0500 |
commit | 83b059bc085316a4684b6bead29ea09b35b8b29e (patch) | |
tree | 7867275c685266fd77b8785a794b6b0ca361e55e /app-emulation | |
parent | profiles/arch/alpha/use.stable.mask: Drop RUBY_TARGETS=ruby25 (diff) | |
download | gentoo-83b059bc085316a4684b6bead29ea09b35b8b29e.tar.gz gentoo-83b059bc085316a4684b6bead29ea09b35b8b29e.tar.bz2 gentoo-83b059bc085316a4684b6bead29ea09b35b8b29e.zip |
app-emulation/qemu: Only clone a subset of git submodules
This saves cloning over 860MB of unnecessary repositories for
dependencies that we build externally, including OpenSSL.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index c58b83277ecd..cf337ca8567f 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -15,6 +15,11 @@ inherit eutils linux-info toolchain-funcs multilib python-r1 \ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.qemu.org/qemu.git" + EGIT_SUBMODULES=( + slirp + tests/fp/berkeley-{test,soft}float-3 + ui/keycodemapdb + ) inherit git-r3 SRC_URI="" else |