Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/zygrib/
Date: Wed, 27 Oct 2021 06:33:29
Message-Id: 1635316381.50c2672205be2a102bbd5f5f34e1c26887143dd8.sam@gentoo
1 commit: 50c2672205be2a102bbd5f5f34e1c26887143dd8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 06:33:01 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 06:33:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c26722
7
8 app-misc/zygrib: depend on < PROJ 8 for now
9
10 Bug: https://bugs.gentoo.org/686078
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/zygrib/{zygrib-8.0.1-r1.ebuild => zygrib-8.0.1-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/zygrib/zygrib-8.0.1-r1.ebuild b/app-misc/zygrib/zygrib-8.0.1-r2.ebuild
17 similarity index 97%
18 rename from app-misc/zygrib/zygrib-8.0.1-r1.ebuild
19 rename to app-misc/zygrib/zygrib-8.0.1-r2.ebuild
20 index 5742b5dc7ae..ec457d480dc 100644
21 --- a/app-misc/zygrib/zygrib-8.0.1-r1.ebuild
22 +++ b/app-misc/zygrib/zygrib-8.0.1-r2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -30,7 +30,7 @@ DEPEND="app-arch/bzip2
30 dev-qt/qtsvg:5
31 media-libs/libpng:*
32 sci-libs/libnova
33 - sci-libs/proj
34 + <sci-libs/proj-8:=
35 sys-libs/zlib
36 x11-libs/qwt:6[qt5(+)]"