commit: 92ef5e6b9f08ca1d33fa06604bec5397cddff50d Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Tue Mar 12 19:21:15 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Tue Mar 12 20:59:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ef5e6b
sci-mathematics/genius: add back gtk-update-icon-cache dep Upstream checks for it in configure.ac and hard errors if not found, despite not actually running it with DESTDIR set.. Closes: https://bugs.gentoo.org/680148 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> sci-mathematics/genius/genius-1.0.23.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-mathematics/genius/genius-1.0.23.ebuild b/sci-mathematics/genius/genius-1.0.23.ebuild index ee3c65d9455..aadd433bff9 100644 --- a/sci-mathematics/genius/genius-1.0.23.ebuild +++ b/sci-mathematics/genius/genius-1.0.23.ebuild @@ -28,10 +28,12 @@ RDEPEND=" >=x11-libs/vte-0.26.0:0 ) " DEPEND="${RDEPEND} + dev-util/gtk-update-icon-cache dev-util/intltool virtual/yacc sys-devel/flex " # eautoreconf needs autoconf-archive +# dev-util/gtk-update-icon-cache because configure checks for it for some reason and never calls it with DESTDIR set.. src_configure() { # Unrecognized --disable-scrollkeeper warning comes from gnome2.eclass adding it based on grep, but upstream has them commented out in .ac with "#" instead of "dnl"
