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/gpscorrelate/
Date: Fri, 02 Apr 2021 14:01:48
Message-Id: 1617372011.5547f3537bf04e1f0c80a1fbc80cb6c8b7a612a0.sam@gentoo
1 commit: 5547f3537bf04e1f0c80a1fbc80cb6c8b7a612a0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 11:25:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 14:00:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5547f353
7
8 sci-geosciences/gpscorrelate: fix RDEPEND typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../{gpscorrelate-1.6.1-r1.ebuild => gpscorrelate-1.6.1-r2.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r1.ebuild b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r2.ebuild
16 similarity index 94%
17 rename from sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r1.ebuild
18 rename to sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r2.ebuild
19 index 859bf5a9d68..edc3ab6c063 100644
20 --- a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r1.ebuild
21 +++ b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -24,7 +24,7 @@ DEPEND="
29 media-gfx/exiv2:=
30 gtk? ( x11-libs/gtk+:2 )
31 "
32 -DEPEND="${DEPEND}"
33 +RDEPEND="${DEPEND}"
34
35 PATCHES=(
36 "${FILESDIR}/${P}-makefile.patch"