mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user