From de845531feb3a629257b91cdf35728d77c837fa6 Mon Sep 17 00:00:00 2001 From: Christophe Lermytte Date: Mon, 21 Jun 2021 15:27:37 +0200 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/21357 Signed-off-by: Sam James --- app-office/gtg/gtg-0.4.0.ebuild | 2 +- app-office/gtg/gtg-0.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-office/gtg') 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 ) -- cgit v1.2.3-65-gdbad