Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gdl/
Date: Tue, 28 Dec 2021 22:01:08
Message-Id: 1640728842.763068f1345ab9e60737530f649e48feb455ddb1.sam@gentoo
1 commit: 763068f1345ab9e60737530f649e48feb455ddb1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 28 21:56:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 28 22:00:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763068f1
7
8 dev-lang/gdl: depend on netcdf subslot
9
10 need to be rebuilt when its subslot changes
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-lang/gdl/{gdl-1.0.0_rc3.ebuild => gdl-1.0.0_rc3-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild b/dev-lang/gdl/gdl-1.0.0_rc3-r1.ebuild
18 similarity index 98%
19 rename from dev-lang/gdl/gdl-1.0.0_rc3.ebuild
20 rename to dev-lang/gdl/gdl-1.0.0_rc3-r1.ebuild
21 index f87b63dfef64..8ad53af5da65 100644
22 --- a/dev-lang/gdl/gdl-1.0.0_rc3.ebuild
23 +++ b/dev-lang/gdl/gdl-1.0.0_rc3-r1.ebuild
24 @@ -45,8 +45,8 @@ RDEPEND="
25 !graphicsmagick? ( media-gfx/imagemagick:=[cxx] )
26 graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] )
27 )
28 - netcdf? ( sci-libs/netcdf )
29 - proj? ( sci-libs/proj )
30 + netcdf? ( sci-libs/netcdf:= )
31 + proj? ( sci-libs/proj:= )
32 postscript? ( dev-libs/pslib )
33 python? (
34 ${PYTHON_DEPS}