commit: de845531feb3a629257b91cdf35728d77c837fa6 Author: Christophe Lermytte <christophe.lermytte <AT> technicolor <DOT> com> AuthorDate: Mon Jun 21 13:27:37 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 22:25:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de845531
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 <AT> lermytte.be> Closes: https://github.com/gentoo/gentoo/pull/21357 Signed-off-by: Sam James <sam <AT> gentoo.org> app-office/gtg/gtg-0.4.0.ebuild | 2 +- app-office/gtg/gtg-0.5.ebuild | 2 +- 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 135111e7c82..54a5494e15c 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 90a0833c2d7..665f741c965 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 )
