commit: 3c3444c09820efcf72b7965c512674eeba364831 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 22:15:08 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 22:35:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3444c0
sci-visualization/gr: add REQUIRED_USE Closes: https://bugs.gentoo.org/835075 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sci-visualization/gr/gr-0.53.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-visualization/gr/gr-0.53.0.ebuild b/sci-visualization/gr/gr-0.53.0.ebuild index c46b776f0a07..3658a9b0c156 100644 --- a/sci-visualization/gr/gr-0.53.0.ebuild +++ b/sci-visualization/gr/gr-0.53.0.ebuild @@ -38,6 +38,8 @@ PATCHES=( "${FILESDIR}/${P}-musl.patch" ) +REQUIRED_USE="cairo? ( truetype )" + src_configure() { use cairo || mycmakeargs+=( -DCAIRO_LIBRARY= ) use postscript || mycmakeargs+=( -DGS_LIBRARY= )
