diff options
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() { |