Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/
Date: Tue, 12 Mar 2019 21:06:48
Message-Id: 1552424395.92ef5e6b9f08ca1d33fa06604bec5397cddff50d.leio@gentoo
1 commit: 92ef5e6b9f08ca1d33fa06604bec5397cddff50d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 19:21:15 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 20:59:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ef5e6b
7
8 sci-mathematics/genius: add back gtk-update-icon-cache dep
9
10 Upstream checks for it in configure.ac and hard errors if not
11 found, despite not actually running it with DESTDIR set..
12
13 Closes: https://bugs.gentoo.org/680148
14 Package-Manager: Portage-2.3.52, Repoman-2.3.12
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 sci-mathematics/genius/genius-1.0.23.ebuild | 2 ++
18 1 file changed, 2 insertions(+)
19
20 diff --git a/sci-mathematics/genius/genius-1.0.23.ebuild b/sci-mathematics/genius/genius-1.0.23.ebuild
21 index ee3c65d9455..aadd433bff9 100644
22 --- a/sci-mathematics/genius/genius-1.0.23.ebuild
23 +++ b/sci-mathematics/genius/genius-1.0.23.ebuild
24 @@ -28,10 +28,12 @@ RDEPEND="
25 >=x11-libs/vte-0.26.0:0 )
26 "
27 DEPEND="${RDEPEND}
28 + dev-util/gtk-update-icon-cache
29 dev-util/intltool
30 virtual/yacc
31 sys-devel/flex
32 " # eautoreconf needs autoconf-archive
33 +# dev-util/gtk-update-icon-cache because configure checks for it for some reason and never calls it with DESTDIR set..
34
35 src_configure() {
36 # 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"