Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Mon, 09 May 2022 18:51:55
Message-Id: 1652122304.055a3008ffd59e74942e93df5c65a0a190aee906.andrewammerlaan@gentoo
1 commit: 055a3008ffd59e74942e93df5c65a0a190aee906
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 9 18:50:37 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 18:51:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055a3008
7
8 sci-visualization/labplot: relax poppler dependency
9
10 It links against libpoppler-qt5.so.1 only so we do not have
11 to recompile it on ABI change
12
13 Bug: https://bugs.gentoo.org/811552
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
15
16 .../labplot/{labplot-2.9.0.ebuild => labplot-2.9.0-r1.ebuild} | 2 +-
17 sci-visualization/labplot/labplot-9999.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/sci-visualization/labplot/labplot-2.9.0.ebuild b/sci-visualization/labplot/labplot-2.9.0-r1.ebuild
21 similarity index 99%
22 rename from sci-visualization/labplot/labplot-2.9.0.ebuild
23 rename to sci-visualization/labplot/labplot-2.9.0-r1.ebuild
24 index a942184a9e66..1e23e3c19800 100644
25 --- a/sci-visualization/labplot/labplot-2.9.0.ebuild
26 +++ b/sci-visualization/labplot/labplot-2.9.0-r1.ebuild
27 @@ -22,7 +22,7 @@ SLOT="5"
28 IUSE="cantor fftw fits hdf5 libcerf markdown matio netcdf origin root serial telemetry"
29
30 DEPEND="
31 - app-text/poppler:=
32 + app-text/poppler
33 >=dev-qt/qtconcurrent-${QTMIN}:5
34 >=dev-qt/qtgui-${QTMIN}:5
35 >=dev-qt/qtnetwork-${QTMIN}:5
36
37 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
38 index a942184a9e66..1e23e3c19800 100644
39 --- a/sci-visualization/labplot/labplot-9999.ebuild
40 +++ b/sci-visualization/labplot/labplot-9999.ebuild
41 @@ -22,7 +22,7 @@ SLOT="5"
42 IUSE="cantor fftw fits hdf5 libcerf markdown matio netcdf origin root serial telemetry"
43
44 DEPEND="
45 - app-text/poppler:=
46 + app-text/poppler
47 >=dev-qt/qtconcurrent-${QTMIN}:5
48 >=dev-qt/qtgui-${QTMIN}:5
49 >=dev-qt/qtnetwork-${QTMIN}:5