commit:     25d321ff00f53a4fa23e57cdb479315591618451
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 06:43:10 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 06:43:10 2018 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=25d321ff

emerge-wrapper: add a note that 'package.provided' are normally incomplete

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 wrappers/emerge-wrapper | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wrappers/emerge-wrapper b/wrappers/emerge-wrapper
index 97fc30e..2a3a91d 100755
--- a/wrappers/emerge-wrapper
+++ b/wrappers/emerge-wrapper
@@ -67,6 +67,7 @@ cross_wrap_etc()
 
        # Try to figure out the libc version & os headers to avoid installing 
over top of it.
        # XXX: Would be nice to use virtual/libc and virtual/os-headers here ...
+       # TODO: this does not work as crossdev calls --init before any packages 
are installed
        cd "${SYSROOT}/etc/portage"
        mkdir -p profile
        qlist -ICv "cross-${CHOST}/" | \

Reply via email to