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 675661382C5 for ; Thu, 29 Apr 2021 01:52:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD9CEE086E; Thu, 29 Apr 2021 01:52:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 987EBE086E for ; Thu, 29 Apr 2021 01:52:43 +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 D046E34104A for ; Thu, 29 Apr 2021 01:52:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C53745 for ; Thu, 29 Apr 2021 01:52:40 +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: <1619661120.d0f269a424122db5f97eb00949d471b47fefd6ae.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gramps/gramps-5.1.3.ebuild X-VCS-Directories: app-misc/gramps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d0f269a424122db5f97eb00949d471b47fefd6ae X-VCS-Branch: master Date: Thu, 29 Apr 2021 01:52:40 +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: 9514d91f-355b-48fe-a322-09ce0ffc09b7 X-Archives-Hash: 3918e97d0b4944b0cba420e7c27ad118 commit: d0f269a424122db5f97eb00949d471b47fefd6ae Author: Sam James gentoo org> AuthorDate: Thu Apr 29 01:44:35 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 29 01:52:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f269a4 app-misc/gramps: fix variable reference style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> app-misc/gramps/gramps-5.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/gramps/gramps-5.1.3.ebuild b/app-misc/gramps/gramps-5.1.3.ebuild index b82ca6ba368..9908893b3c3 100644 --- a/app-misc/gramps/gramps-5.1.3.ebuild +++ b/app-misc/gramps/gramps-5.1.3.ebuild @@ -46,7 +46,7 @@ BDEPEND="test? ( ${RDEPEND} python_prepare_all() { # Install documentation to the proper location. This can't be done - # easily with a patch because we substitute in the $PF variable, + # easily with a patch because we substitute in the ${PF} variable, # and that changes with every revision. sed -i "s:share/doc/gramps:share/doc/${PF}:g" setup.py || die distutils-r1_python_prepare_all