summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2019-09-21 23:45:59 +0100
committerMatthias Maier <tamiko@gentoo.org>2019-09-21 21:11:52 -0500
commit83b059bc085316a4684b6bead29ea09b35b8b29e (patch)
tree7867275c685266fd77b8785a794b6b0ca361e55e
parentprofiles/arch/alpha/use.stable.mask: Drop RUBY_TARGETS=ruby25 (diff)
downloadgentoo-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>
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild5
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