commit bf079e33c17c1640386e0c7f5fef6f0093c44cb9 Author: John-John Tedro Date: Fri Apr 25 21:35:05 2014 +0200 gnome-base/gnome-shell-9999: Set EGIT_HAS_SUBMODULES=true diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild index fdf3678..793c3c7 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -9,6 +9,8 @@ PYTHON_COMPAT=( python2_{6,7} ) inherit autotools eutils gnome2 multilib pax-utils python-r1 systemd if [[ ${PV} = 9999 ]]; then + # XXX: ./src/gvc is now a submodule. + EGIT_HAS_SUBMODULES=true inherit gnome2-live fi