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-office/gtg/
Date: Mon, 21 Jun 2021 22:26:42
Message-Id: 1624314353.de845531feb3a629257b91cdf35728d77c837fa6.sam@gentoo
1 commit: de845531feb3a629257b91cdf35728d77c837fa6
2 Author: Christophe Lermytte <christophe.lermytte <AT> technicolor <DOT> com>
3 AuthorDate: Mon Jun 21 13:27:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 22:25:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de845531
7
8 app-office/gtg: update pdfjam test dependency
9
10 With recent texlive-core ebuilds providing the pdfjam binary, let's
11 allow them to satisfy the dependency
12
13 Signed-off-by: Christophe Lermytte <gentoo <AT> lermytte.be>
14 Closes: https://github.com/gentoo/gentoo/pull/21357
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 app-office/gtg/gtg-0.4.0.ebuild | 2 +-
18 app-office/gtg/gtg-0.5.ebuild | 2 +-
19 2 files changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/app-office/gtg/gtg-0.4.0.ebuild b/app-office/gtg/gtg-0.4.0.ebuild
22 index 135111e7c82..54a5494e15c 100644
23 --- a/app-office/gtg/gtg-0.4.0.ebuild
24 +++ b/app-office/gtg/gtg-0.4.0.ebuild
25 @@ -40,7 +40,7 @@ BDEPEND="
26 dev-python/cheetah3[${PYTHON_USEDEP}]
27 dev-python/mock[${PYTHON_USEDEP}]
28 ')
29 - app-text/pdfjam
30 + || ( app-text/pdfjam >=app-text/texlive-core-2021 )
31 app-text/pdftk
32 dev-texlive/texlive-latex
33 )
34
35 diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.5.ebuild
36 index 90a0833c2d7..665f741c965 100644
37 --- a/app-office/gtg/gtg-0.5.ebuild
38 +++ b/app-office/gtg/gtg-0.5.ebuild
39 @@ -40,7 +40,7 @@ BDEPEND="
40 dev-python/cheetah3[${PYTHON_USEDEP}]
41 dev-python/mock[${PYTHON_USEDEP}]
42 ')
43 - app-text/pdfjam
44 + || ( app-text/pdfjam >=app-text/texlive-core-2021 )
45 app-text/pdftk
46 dev-texlive/texlive-latex
47 )