diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-25 19:02:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-26 12:35:22 +0000 |
commit | ea50e5c0782be438e421ca04b3c660ac4daa245c (patch) | |
tree | a8289d1280acde9d3fec6468dfc8e6fba6d7953e /sci-libs/libint | |
parent | sci-libs/libint: Drop unused USE=static-libs in 1.1.6, cleanup patch (diff) | |
download | gentoo-ea50e5c0782be438e421ca04b3c660ac4daa245c.tar.gz gentoo-ea50e5c0782be438e421ca04b3c660ac4daa245c.tar.bz2 gentoo-ea50e5c0782be438e421ca04b3c660ac4daa245c.zip |
sci-libs/libint: Fix direct ranlib call
Closes: https://bugs.gentoo.org/725454
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/20987
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/libint')
-rw-r--r-- | sci-libs/libint/libint-2.6.0-r4.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sci-libs/libint/libint-2.6.0-r4.ebuild b/sci-libs/libint/libint-2.6.0-r4.ebuild index b8166abf35c6..b112d1144fc2 100644 --- a/sci-libs/libint/libint-2.6.0-r4.ebuild +++ b/sci-libs/libint/libint-2.6.0-r4.ebuild @@ -25,6 +25,9 @@ DEPEND=" src_prepare() { default eautoreconf + + # bug 725454 + sed -i -e '/RANLIB/d' src/bin/libint/Makefile || die } src_configure() { |