commit: 8bcf56a162cd538301683fdf4b9be5a698c38eed Author: Jannik Glückert <jannik.glueckert <AT> gmail <DOT> com> AuthorDate: Mon Nov 8 22:06:17 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 8 22:10:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcf56a1
app-text/libmwaw: allways call eautoreconf (refresh libtool; fixes Clang) Closes: https://bugs.gentoo.org/814512 Signed-off-by: Jannik Glückert <jannik.glueckert <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/libmwaw/libmwaw-0.3.20.ebuild | 4 +++- app-text/libmwaw/libmwaw-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-text/libmwaw/libmwaw-0.3.20.ebuild b/app-text/libmwaw/libmwaw-0.3.20.ebuild index 31e61e23923..5776f287f88 100644 --- a/app-text/libmwaw/libmwaw-0.3.20.ebuild +++ b/app-text/libmwaw/libmwaw-0.3.20.ebuild @@ -31,7 +31,9 @@ BDEPEND=" src_prepare() { default - [[ ${PV} == *9999* ]] && eautoreconf + + # Refresh stale libtool, bug #814512 + eautoreconf } src_configure() { diff --git a/app-text/libmwaw/libmwaw-9999.ebuild b/app-text/libmwaw/libmwaw-9999.ebuild index f0bf404e1fb..243cc18a0ac 100644 --- a/app-text/libmwaw/libmwaw-9999.ebuild +++ b/app-text/libmwaw/libmwaw-9999.ebuild @@ -31,7 +31,9 @@ BDEPEND=" src_prepare() { default - [[ ${PV} == *9999* ]] && eautoreconf + + # Refresh stale libtool, bug #814512 + eautoreconf } src_configure() {
