diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-08-24 19:01:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-08-24 19:01:23 +0000 |
| commit | 510fe9ea61c267f0cd219e99af02d60079be30ea (patch) | |
| tree | cbbde275c3db3da7602149459f6ac390e79caf70 /sci-visualization/gnuplot/gnuplot-6.0.3.ebuild | |
| parent | 93c1d6a2ff9e45036853fc29609b6c391ef2f47f (diff) | |
| download | baldeagleos-repo-510fe9ea61c267f0cd219e99af02d60079be30ea.tar.gz baldeagleos-repo-510fe9ea61c267f0cd219e99af02d60079be30ea.tar.xz baldeagleos-repo-510fe9ea61c267f0cd219e99af02d60079be30ea.zip | |
Adding metadata
Diffstat (limited to 'sci-visualization/gnuplot/gnuplot-6.0.3.ebuild')
| -rw-r--r-- | sci-visualization/gnuplot/gnuplot-6.0.3.ebuild | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-6.0.3.ebuild b/sci-visualization/gnuplot/gnuplot-6.0.3.ebuild index 6320d0c41a9f..01eb76cc5654 100644 --- a/sci-visualization/gnuplot/gnuplot-6.0.3.ebuild +++ b/sci-visualization/gnuplot/gnuplot-6.0.3.ebuild @@ -29,9 +29,7 @@ LICENSE="gnuplot" SLOT="0" IUSE="amos aqua bitmap cairo doc examples +gd gpic latex libcaca libcerf lua metafont metapost qt6 readline regis tgif wxwidgets X" -REQUIRED_USE=" - doc? ( gd ) - lua? ( ${LUA_REQUIRED_USE} )" +REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" RDEPEND=" amos? ( dev-libs/openspecfun ) @@ -161,16 +159,18 @@ src_compile() { emake all - if use doc; then - if use cairo; then - emake -C docs pdf - else - ewarn "Cannot build figures unless cairo is enabled." - ewarn "Building documentation without figures." - emake -C docs pdf_nofig - mv docs/nofigures.pdf docs/gnuplot.pdf || die - fi - fi + # Building the documentation is broken for some configurations. + # Install the pre-built gnuplot.pdf instead. #577828 #689894 #960528 + #if use doc; then + # if use cairo; then + # emake -C docs pdf + # else + # ewarn "Cannot build figures unless cairo is enabled." + # ewarn "Building documentation without figures." + # emake -C docs pdf_nofig + # mv docs/nofigures.pdf docs/gnuplot.pdf || die + # fi + #fi } src_install() { |
