From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40BC8138334 for ; Sun, 25 Aug 2019 09:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DCE1E0805; Sun, 25 Aug 2019 09:38:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F67EE0805 for ; Sun, 25 Aug 2019 09:38:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 877CA349EFC for ; Sun, 25 Aug 2019 09:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B369F720 for ; Sun, 25 Aug 2019 09:38:23 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1566725851.5295ec128ea4e588322240c97a650a4394508e2e.slyfox@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5295ec128ea4e588322240c97a650a4394508e2e X-VCS-Branch: master Date: Sun, 25 Aug 2019 09:38:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d93551a-f205-46bf-be28-597c99d78293 X-Archives-Hash: e8a1d49700d0283b60e686db55d0fd08 commit: 5295ec128ea4e588322240c97a650a4394508e2e Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Aug 25 09:36:33 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Aug 25 09:37:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=5295ec12 crossdev: add a comment into revdep-rebuild entry where is comes from. Bug: https://bugs.gentoo.org/692844 Signed-off-by: Sergei Trofimovich gentoo.org> crossdev | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crossdev b/crossdev index 5e31e7b..6d61f1c 100755 --- a/crossdev +++ b/crossdev @@ -1250,9 +1250,12 @@ done for_each_extra_pkg set_portage X set_metadata -# filter out revdep rebuild stuff #182601 xmkdir -p "${EPREFIX}"/etc/revdep-rebuild -echo "SEARCH_DIRS_MASK=${EPREFIX}/usr/${CTARGET}" > "${EPREFIX}"/etc/revdep-rebuild/05cross-${CTARGET} +cat > "${EPREFIX}"/etc/revdep-rebuild/05cross-${CTARGET} << EOF +# Generated by crossdev-${CROSSDEV_VER} +# Ignore ${CTARGET} root, https://bugs.gentoo.org/182601. +SEARCH_DIRS_MASK="${EPREFIX}/usr/${CTARGET}" +EOF hr