commit: 63dc4f0de94dbcc20daac582c5b85e3471416fc7 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue May 8 06:28:35 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue May 8 06:28:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63dc4f0d
x11-libs/fltk: Run eaclocal before eautoconf. Thanks to Arfrever Frehtes Taifersar Arahesis for the analysis and the suggested fix. Closes: https://bugs.gentoo.org/655238 Package-Manager: Portage-2.3.36, Repoman-2.3.9 x11-libs/fltk/fltk-1.3.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-libs/fltk/fltk-1.3.4.ebuild b/x11-libs/fltk/fltk-1.3.4.ebuild index 4c20b2501ec..d8b4321dcc1 100644 --- a/x11-libs/fltk/fltk-1.3.4.ebuild +++ b/x11-libs/fltk/fltk-1.3.4.ebuild @@ -82,6 +82,7 @@ src_prepare() { cp fluid/{,x-}fluid.desktop || die + eaclocal eautoconf multilib_copy_sources }
