diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-09 20:50:37 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-09 20:51:44 +0200 |
commit | 055a3008ffd59e74942e93df5c65a0a190aee906 (patch) | |
tree | 227634580ae5ae33e4ba45c2a011c486dea95921 /sci-visualization | |
parent | dev-libs/FXdiv: add USE test and deps (diff) | |
download | gentoo-055a3008ffd59e74942e93df5c65a0a190aee906.tar.gz gentoo-055a3008ffd59e74942e93df5c65a0a190aee906.tar.bz2 gentoo-055a3008ffd59e74942e93df5c65a0a190aee906.zip |
sci-visualization/labplot: relax poppler dependency
It links against libpoppler-qt5.so.1 only so we do not have
to recompile it on ABI change
Bug: https://bugs.gentoo.org/811552
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/labplot/labplot-2.9.0-r1.ebuild (renamed from sci-visualization/labplot/labplot-2.9.0.ebuild) | 2 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/labplot/labplot-2.9.0.ebuild b/sci-visualization/labplot/labplot-2.9.0-r1.ebuild index a942184a9e66..1e23e3c19800 100644 --- a/sci-visualization/labplot/labplot-2.9.0.ebuild +++ b/sci-visualization/labplot/labplot-2.9.0-r1.ebuild @@ -22,7 +22,7 @@ SLOT="5" IUSE="cantor fftw fits hdf5 libcerf markdown matio netcdf origin root serial telemetry" DEPEND=" - app-text/poppler:= + app-text/poppler >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index a942184a9e66..1e23e3c19800 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -22,7 +22,7 @@ SLOT="5" IUSE="cantor fftw fits hdf5 libcerf markdown matio netcdf origin root serial telemetry" DEPEND=" - app-text/poppler:= + app-text/poppler >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 |