summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lermytte <christophe.lermytte@technicolor.com>2021-06-21 15:27:37 +0200
committerSam James <sam@gentoo.org>2021-06-21 23:25:53 +0100
commitde845531feb3a629257b91cdf35728d77c837fa6 (patch)
tree49834b017e1998170126fd57de9d5c5a12e2350d /app-office/gtg
parentwww-apps/nextcloud: drop security vulnerable versions (diff)
downloadgentoo-de845531feb3a629257b91cdf35728d77c837fa6.tar.gz
gentoo-de845531feb3a629257b91cdf35728d77c837fa6.tar.bz2
gentoo-de845531feb3a629257b91cdf35728d77c837fa6.zip
app-office/gtg: update pdfjam test dependency
With recent texlive-core ebuilds providing the pdfjam binary, let's allow them to satisfy the dependency Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Closes: https://github.com/gentoo/gentoo/pull/21357 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/gtg')
-rw-r--r--app-office/gtg/gtg-0.4.0.ebuild2
-rw-r--r--app-office/gtg/gtg-0.5.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gtg/gtg-0.4.0.ebuild b/app-office/gtg/gtg-0.4.0.ebuild
index 135111e7c824..54a5494e15cc 100644
--- a/app-office/gtg/gtg-0.4.0.ebuild
+++ b/app-office/gtg/gtg-0.4.0.ebuild
@@ -40,7 +40,7 @@ BDEPEND="
dev-python/cheetah3[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
')
- app-text/pdfjam
+ || ( app-text/pdfjam >=app-text/texlive-core-2021 )
app-text/pdftk
dev-texlive/texlive-latex
)
diff --git a/app-office/gtg/gtg-0.5.ebuild b/app-office/gtg/gtg-0.5.ebuild
index 90a0833c2d73..665f741c9650 100644
--- a/app-office/gtg/gtg-0.5.ebuild
+++ b/app-office/gtg/gtg-0.5.ebuild
@@ -40,7 +40,7 @@ BDEPEND="
dev-python/cheetah3[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
')
- app-text/pdfjam
+ || ( app-text/pdfjam >=app-text/texlive-core-2021 )
app-text/pdftk
dev-texlive/texlive-latex
)