summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-29 02:44:35 +0100
committerSam James <sam@gentoo.org>2021-04-29 02:52:00 +0100
commitd0f269a424122db5f97eb00949d471b47fefd6ae (patch)
treeefb554d4690d28261fdf06218a1a6c4a2af05014 /app-misc
parentapp-emulation/qemu: fix variable reference style (diff)
downloadgentoo-d0f269a424122db5f97eb00949d471b47fefd6ae.tar.gz
gentoo-d0f269a424122db5f97eb00949d471b47fefd6ae.tar.bz2
gentoo-d0f269a424122db5f97eb00949d471b47fefd6ae.zip
app-misc/gramps: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gramps/gramps-5.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
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