diff options
author | Sam James <sam@gentoo.org> | 2021-04-29 02:44:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-29 02:52:00 +0100 |
commit | d0f269a424122db5f97eb00949d471b47fefd6ae (patch) | |
tree | efb554d4690d28261fdf06218a1a6c4a2af05014 /app-misc/gramps | |
parent | app-emulation/qemu: fix variable reference style (diff) | |
download | gentoo-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/gramps')
-rw-r--r-- | app-misc/gramps/gramps-5.1.3.ebuild | 2 |
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 |