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 76FFA1382C5 for ; Mon, 12 Apr 2021 22:50:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8992BE0AAF; Mon, 12 Apr 2021 22:50:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 70144E0AAF for ; Mon, 12 Apr 2021 22:50:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4BBB2335D74 for ; Mon, 12 Apr 2021 22:50:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A22859C for ; Mon, 12 Apr 2021 22:50:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618267784.64dcf2a3219242c47d63b29a0ddfe3824ff33d95.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/openra/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/openra/openra-20190314-r100.ebuild X-VCS-Directories: games-strategy/openra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64dcf2a3219242c47d63b29a0ddfe3824ff33d95 X-VCS-Branch: master Date: Mon, 12 Apr 2021 22:50:33 +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: 414f955e-ecbd-4002-808f-ff4bcc0229f8 X-Archives-Hash: b9d0122b1e48c5487d76bb29343757e1 commit: 64dcf2a3219242c47d63b29a0ddfe3824ff33d95 Author: Sam James gentoo org> AuthorDate: Sat Apr 10 05:31:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 12 22:49:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64dcf2a3 games-strategy/openra: fix BROOT reference in pkg_postinst (VariableScope) Signed-off-by: Sam James gentoo.org> games-strategy/openra/openra-20190314-r100.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-strategy/openra/openra-20190314-r100.ebuild b/games-strategy/openra/openra-20190314-r100.ebuild index 7548dcc3a52..c06f2cddb24 100644 --- a/games-strategy/openra/openra-20190314-r100.ebuild +++ b/games-strategy/openra/openra-20190314-r100.ebuild @@ -173,6 +173,6 @@ pkg_config() { if [[ -n ${ROOT} ]]; then echo ewarn "Mono's cert-sync cannot write to your ROOT system so you must manually" - ewarn "copy the certificates from ${BROOT}/usr/share/.mono to ${EROOT}/usr/share/.mono." + ewarn "copy the certificates from ${EPREFIX}/usr/share/.mono to ${EROOT}/usr/share/.mono." fi }