commit: d0f269a424122db5f97eb00949d471b47fefd6ae
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:44:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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