Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/
Date: Thu, 29 Apr 2021 01:52:44
Message-Id: 1619661120.d0f269a424122db5f97eb00949d471b47fefd6ae.sam@gentoo
1 commit: d0f269a424122db5f97eb00949d471b47fefd6ae
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:44:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:52:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f269a4
7
8 app-misc/gramps: fix variable reference style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/gramps/gramps-5.1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-misc/gramps/gramps-5.1.3.ebuild b/app-misc/gramps/gramps-5.1.3.ebuild
17 index b82ca6ba368..9908893b3c3 100644
18 --- a/app-misc/gramps/gramps-5.1.3.ebuild
19 +++ b/app-misc/gramps/gramps-5.1.3.ebuild
20 @@ -46,7 +46,7 @@ BDEPEND="test? ( ${RDEPEND}
21
22 python_prepare_all() {
23 # Install documentation to the proper location. This can't be done
24 - # easily with a patch because we substitute in the $PF variable,
25 + # easily with a patch because we substitute in the ${PF} variable,
26 # and that changes with every revision.
27 sed -i "s:share/doc/gramps:share/doc/${PF}:g" setup.py || die
28 distutils-r1_python_prepare_all