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 0076F139694 for ; Tue, 11 Apr 2017 17:10:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C870E0DFA; Tue, 11 Apr 2017 17:10:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55788E0DFA for ; Tue, 11 Apr 2017 17:10:53 +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 CE422341653 for ; Tue, 11 Apr 2017 17:10:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34BBC737F for ; Tue, 11 Apr 2017 17:10:50 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1491930641.f12f560064fd81e4c4683676604da6442fb06dfc.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/prefix-chain-setup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild X-VCS-Directories: app-portage/prefix-chain-setup/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: f12f560064fd81e4c4683676604da6442fb06dfc X-VCS-Branch: master Date: Tue, 11 Apr 2017 17:10:50 +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-Archives-Salt: 53541f1d-7197-490d-bff3-54834ebbf329 X-Archives-Hash: 62738da52f5ba65e0c3b3fe9178dc5cb commit: f12f560064fd81e4c4683676604da6442fb06dfc Author: Michael Haubenwallner gentoo org> AuthorDate: Tue Apr 11 17:10:41 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Tue Apr 11 17:10:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12f5600 app-portage/prefix-chain-setup: fix typo with here documents Package-Manager: portage-2.3.3 app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild b/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild index a5c4d230a0e..35dba36fb1b 100644 --- a/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild +++ b/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild @@ -168,14 +168,14 @@ ebegin "creating make.conf" eend_exit $? ebegin "creating profile/use.mask" -cat > "${CHILD_EPREFIX}"/etc/portage/profile/use.mask/prefix-chain-setup <<'-EOM' +cat > "${CHILD_EPREFIX}"/etc/portage/profile/use.mask/prefix-chain-setup <<-'EOM' # masked in base profile, unmask here -prefix-chain EOM eend_exit $? ebegin "creating profile/use.force" -cat > "${CHILD_EPREFIX}"/etc/portage/profile/use.force/prefix-chain-setup <<'-EOM' +cat > "${CHILD_EPREFIX}"/etc/portage/profile/use.force/prefix-chain-setup <<-'EOM' # masked in base profile, force here prefix-chain EOM