commit: 5547f3537bf04e1f0c80a1fbc80cb6c8b7a612a0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 11:25:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 2 14:00:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5547f353
sci-geosciences/gpscorrelate: fix RDEPEND typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{gpscorrelate-1.6.1-r1.ebuild => gpscorrelate-1.6.1-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r1.ebuild
b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r2.ebuild
similarity index 94%
rename from sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r1.ebuild
rename to sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r2.ebuild
index 859bf5a9d68..edc3ab6c063 100644
--- a/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r1.ebuild
+++ b/sci-geosciences/gpscorrelate/gpscorrelate-1.6.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,7 +24,7 @@ DEPEND="
media-gfx/exiv2:=
gtk? ( x11-libs/gtk+:2 )
"
-DEPEND="${DEPEND}"
+RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-makefile.patch"