Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gshhs/
Date: Thu, 22 Sep 2022 04:09:52
Message-Id: 1663819523.7489f318da1d20e9eb0f078521382a9677ae22df.sam@gentoo
1 commit: 7489f318da1d20e9eb0f078521382a9677ae22df
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:33:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7489f318
7
8 sci-geosciences/gshhs: use PV in SRC_URI
9
10 Avoids mistakes on bumping and why not?
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-geosciences/gshhs/gshhs-1.13-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild b/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild
18 index 14c8c92d67cb..dd460de1633c 100644
19 --- a/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild
20 +++ b/sci-geosciences/gshhs/gshhs-1.13-r1.ebuild
21 @@ -7,7 +7,7 @@ inherit toolchain-funcs
22
23 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs"
24 HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html"
25 -SRC_URI="ftp://ftp.soest.hawaii.edu/pwessel/gshhs/gshhs_1.13_src.zip"
26 +SRC_URI="ftp://ftp.soest.hawaii.edu/pwessel/gshhs/gshhs_${PV}_src.zip"
27 S="${WORKDIR}/${PN}"
28
29 LICENSE="GPL-2"