From d0f269a424122db5f97eb00949d471b47fefd6ae Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 29 Apr 2021 02:44:35 +0100 Subject: app-misc/gramps: fix variable reference style Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James --- app-misc/gramps/gramps-5.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-misc') diff --git a/app-misc/gramps/gramps-5.1.3.ebuild b/app-misc/gramps/gramps-5.1.3.ebuild index b82ca6ba3681..9908893b3c33 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 -- cgit v1.2.3-65-gdbad