commit:     4497ed42a64f7400877cd9df137a57e36234bee3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 09:26:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 09:27:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4497ed42

sci-libs/gdal: actually fix autoconf 2.70+

Was confused by having not depcleaned, so didn't test previous fix with
autoconf 2.70.

Closes: https://bugs.gentoo.org/775209
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/gdal/gdal-3.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/gdal/gdal-3.2.2.ebuild b/sci-libs/gdal/gdal-3.2.2.ebuild
index 34ff6268241..b0bb442841b 100644
--- a/sci-libs/gdal/gdal-3.2.2.ebuild
+++ b/sci-libs/gdal/gdal-3.2.2.ebuild
@@ -113,7 +113,7 @@ src_prepare() {
 
        # autoconf 2.70+
        # bug #775209
-       touch config.rpath || die
+       config_rpath_update .
 
        eautoreconf
 }

Reply via email to