From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SLmlq-0000va-Bu for garchives@archives.gentoo.org; Sun, 22 Apr 2012 02:43:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C81E0B78; Sun, 22 Apr 2012 02:43:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 97932E0B78 for ; Sun, 22 Apr 2012 02:43:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07F031B40E9 for ; Sun, 22 Apr 2012 02:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BDBA4E5403 for ; Sun, 22 Apr 2012 02:43:16 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1335062096.516e42d4bf791aef6d73b99974c3844d4d07471e.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/chroot-functions.sh X-VCS-Directories: targets/support/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 516e42d4bf791aef6d73b99974c3844d4d07471e X-VCS-Branch: master Date: Sun, 22 Apr 2012 02:43:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 330df577-f3d2-4752-8f31-e37eeb1717cd X-Archives-Hash: be273a4a5d781bf87c2780e45deaf386 commit: 516e42d4bf791aef6d73b99974c3844d4d07471e Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sun Apr 22 02:34:56 2012 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sun Apr 22 02:34:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3D516e42d4 Replace --with-bdeps=3Dn with --with-bdeps=3Dy for depclean. --- targets/support/chroot-functions.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot= -functions.sh index af693e8..a10c1fa 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -202,7 +202,7 @@ cleanup_stages() { fi case ${clst_target} in stage3|system) - run_merge --depclean --with-bdeps=3Dn + run_merge --depclean --with-bdeps=3Dy ;; *) echo "Skipping depclean operation for ${clst_target}"