Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: /
Date: Sun, 25 Aug 2019 09:38:29
Message-Id: 1566725851.5295ec128ea4e588322240c97a650a4394508e2e.slyfox@gentoo
1 commit: 5295ec128ea4e588322240c97a650a4394508e2e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 25 09:36:33 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 25 09:37:31 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=5295ec12
7
8 crossdev: add a comment into revdep-rebuild entry where is comes from.
9
10 Bug: https://bugs.gentoo.org/692844
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 crossdev | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/crossdev b/crossdev
17 index 5e31e7b..6d61f1c 100755
18 --- a/crossdev
19 +++ b/crossdev
20 @@ -1250,9 +1250,12 @@ done
21 for_each_extra_pkg set_portage X
22 set_metadata
23
24 -# filter out revdep rebuild stuff #182601
25 xmkdir -p "${EPREFIX}"/etc/revdep-rebuild
26 -echo "SEARCH_DIRS_MASK=${EPREFIX}/usr/${CTARGET}" > "${EPREFIX}"/etc/revdep-rebuild/05cross-${CTARGET}
27 +cat > "${EPREFIX}"/etc/revdep-rebuild/05cross-${CTARGET} << EOF
28 +# Generated by crossdev-${CROSSDEV_VER}
29 +# Ignore ${CTARGET} root, https://bugs.gentoo.org/182601.
30 +SEARCH_DIRS_MASK="${EPREFIX}/usr/${CTARGET}"
31 +EOF
32
33 hr