diff options
author | Jannik Glückert <jannik.glueckert@gmail.com> | 2021-11-08 23:06:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-08 22:10:32 +0000 |
commit | 8bcf56a162cd538301683fdf4b9be5a698c38eed (patch) | |
tree | 3b761cd8f361022d2063404489623ca5e2bb6deb /app-text/libmwaw | |
parent | www-apps/moodle: version bump to 3.9.11, 3.10.8, 3.11.4 (diff) | |
download | gentoo-8bcf56a162cd538301683fdf4b9be5a698c38eed.tar.gz gentoo-8bcf56a162cd538301683fdf4b9be5a698c38eed.tar.bz2 gentoo-8bcf56a162cd538301683fdf4b9be5a698c38eed.zip |
app-text/libmwaw: allways call eautoreconf (refresh libtool; fixes Clang)
Closes: https://bugs.gentoo.org/814512
Signed-off-by: Jannik Glückert <jannik.glueckert@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/libmwaw')
-rw-r--r-- | app-text/libmwaw/libmwaw-0.3.20.ebuild | 4 | ||||
-rw-r--r-- | 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 31e61e239233..5776f287f888 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 f0bf404e1fb2..243cc18a0ac2 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() { |