summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-12 21:21:15 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-12 22:59:55 +0200
commit92ef5e6b9f08ca1d33fa06604bec5397cddff50d (patch)
tree2c474bbb4a43ba754f22aa9952786a523e0589e7 /sci-mathematics
parentskel.ebuild: Elaborate on CHOST type build-time dependencies. (diff)
downloadgentoo-92ef5e6b9f08ca1d33fa06604bec5397cddff50d.tar.gz
gentoo-92ef5e6b9f08ca1d33fa06604bec5397cddff50d.tar.bz2
gentoo-92ef5e6b9f08ca1d33fa06604bec5397cddff50d.zip
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@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/genius/genius-1.0.23.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-mathematics/genius/genius-1.0.23.ebuild b/sci-mathematics/genius/genius-1.0.23.ebuild
index ee3c65d94550..aadd433bff97 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"