Gentoo Archives: gentoo-devhelp

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-devhelp@l.g.o
Subject: [gentoo-devhelp] Confusing EGIT_SUBMODULES entry
Date: Sun, 08 Jul 2018 00:27:59
Message-Id: phrlm1$oku$1@blaine.gmane.org
1 Hi.
2
3 I had to fix mumble-9999.ebuild by adding "3rdparty/rnnoise-src" to
4 EGIT_SUBMODULES. It now looks like this:
5
6 EGIT_SUBMODULES=( '-*' celt-0.7.0-src celt-0.11.0-src
7 3rdparty/rnnoise-src themes/Mumble )
8
9 I'm terribly confused by this. Why do "celt-0.7.0-src" and
10 "celt-0.11.0-src" work fine without prefixing them with "3rdparty/",
11 which is the directory these submodules are actually in?