commit: 055a3008ffd59e74942e93df5c65a0a190aee906 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon May 9 18:50:37 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon May 9 18:51:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055a3008
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 <AT> gentoo.org> .../labplot/{labplot-2.9.0.ebuild => labplot-2.9.0-r1.ebuild} | 2 +- 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 similarity index 99% rename from sci-visualization/labplot/labplot-2.9.0.ebuild rename to 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
