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 1PBlkF-0003XU-Po for garchives@archives.gentoo.org; Fri, 29 Oct 2010 09:59:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF839E096B; Fri, 29 Oct 2010 09:59:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CF253E096B for ; Fri, 29 Oct 2010 09:59:33 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 501261B433F for ; Fri, 29 Oct 2010 09:59:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2209) id E40DA20051; Fri, 29 Oct 2010 09:59:31 +0000 (UTC) From: "Markus Duft (mduft)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mduft@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-portage/prefix-chain-setup/files: prefix-chain-setup.in X-VCS-Repository: gentoo-x86 X-VCS-Files: prefix-chain-setup.in X-VCS-Directories: app-portage/prefix-chain-setup/files X-VCS-Committer: mduft X-VCS-Committer-Name: Markus Duft Content-Type: text/plain; charset=utf8 Message-Id: <20101029095931.E40DA20051@flycatcher.gentoo.org> Date: Fri, 29 Oct 2010 09:59:31 +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: 2b3d84ef-11d6-47ed-8448-62d9e8722ff3 X-Archives-Hash: ca6b620868b5692b76bdc75fe55af017 mduft 10/10/29 09:59:31 Modified: prefix-chain-setup.in Log: updated from private overlay; revbump (Portage version: 2.1.8.3/cvs/Linux i686) Revision Changes Path 1.2 app-portage/prefix-chain-setup/files/prefix-chain-se= tup.in file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/prefix= -chain-setup/files/prefix-chain-setup.in?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/prefix= -chain-setup/files/prefix-chain-setup.in?rev=3D1.2&content-type=3Dtext/pl= ain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/prefix= -chain-setup/files/prefix-chain-setup.in?r1=3D1.1&r2=3D1.2 Index: prefix-chain-setup.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-portage/prefix-chain-setup/files/pr= efix-chain-setup.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- prefix-chain-setup.in 13 Jul 2010 09:42:42 -0000 1.1 +++ prefix-chain-setup.in 29 Oct 2010 09:59:31 -0000 1.2 @@ -111,7 +111,8 @@ echo "READONLY_EPREFIX=3D\"${PARENT_EPREFIX}:DEPEND\"" =20 if test "${DO_SOURCES}" =3D=3D "yes"; then - egrep "^source .*" "${PARENT_EPREFIX}/etc/make.conf" 2>/dev/null + # don't fail if nothing found + egrep "^source .*" "${PARENT_EPREFIX}/etc/make.conf" 2>/dev/null || tr= ue fi ) > "${CHILD_EPREFIX}"/etc/make.conf eend_exit $? @@ -140,7 +141,7 @@ ebegin "installing required basic packages" ( # this -pv is there to avoid the global update output, which is - # there on the first emerge run. + # there on the first emerge run. (thus, just cosmetics). EPREFIX=3D"${CHILD_EPREFIX}" emerge -p1qO baselayout > /dev/null 2>&1 =20 EPREFIX=3D"${CHILD_EPREFIX}" emerge -1qO baselayout prefix-chain-utils