From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5EE8138334 for ; Tue, 12 Mar 2019 21:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB313E0934; Tue, 12 Mar 2019 21:06:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92ABAE0934 for ; Tue, 12 Mar 2019 21:06:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39E7B335CDE for ; Tue, 12 Mar 2019 21:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8296517 for ; Tue, 12 Mar 2019 21:06:43 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1552424395.92ef5e6b9f08ca1d33fa06604bec5397cddff50d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/genius/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/genius/genius-1.0.23.ebuild X-VCS-Directories: sci-mathematics/genius/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 92ef5e6b9f08ca1d33fa06604bec5397cddff50d X-VCS-Branch: master Date: Tue, 12 Mar 2019 21:06:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf5149c6-b76e-4188-a7be-ec88744e1d7e X-Archives-Hash: 5333f42394e7194cc13e009f0bc8172d commit: 92ef5e6b9f08ca1d33fa06604bec5397cddff50d Author: Mart Raudsepp gentoo org> AuthorDate: Tue Mar 12 19:21:15 2019 +0000 Commit: Mart Raudsepp gentoo 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 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"