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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A02AB158087 for ; Wed, 19 Jan 2022 21:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABA06E03EC; Wed, 19 Jan 2022 21:45:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A91FE03EC for ; Wed, 19 Jan 2022 21:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0397342AD7 for ; Wed, 19 Jan 2022 21:45:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB2D233 for ; Wed, 19 Jan 2022 21:45:11 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1642628601.4e9ea438490364ebbe1bdc6e83b9f7e77c1f26ca.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/silo/files/, sci-libs/silo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/silo/files/silo-4.11-widgets.patch sci-libs/silo/silo-4.11-r1.ebuild X-VCS-Directories: sci-libs/silo/files/ sci-libs/silo/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4e9ea438490364ebbe1bdc6e83b9f7e77c1f26ca X-VCS-Branch: master Date: Wed, 19 Jan 2022 21:45:11 +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: 4490137a-e1bc-4c71-b5f2-022cb8a147f3 X-Archives-Hash: 17375d2affc4d3f74c59c3d1a609ac41 commit: 4e9ea438490364ebbe1bdc6e83b9f7e77c1f26ca Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jan 19 21:40:34 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jan 19 21:43:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9ea438 sci-libs/silo: fix build with minimal QT Closes: https://bugs.gentoo.org/831361 Signed-off-by: Ionen Wolkens gentoo.org> sci-libs/silo/files/silo-4.11-widgets.patch | 11 +++++++++++ sci-libs/silo/silo-4.11-r1.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/sci-libs/silo/files/silo-4.11-widgets.patch b/sci-libs/silo/files/silo-4.11-widgets.patch new file mode 100644 index 000000000000..46ef1834ca22 --- /dev/null +++ b/sci-libs/silo/files/silo-4.11-widgets.patch @@ -0,0 +1,11 @@ +On a minimal QT installation, widgets may not necessarily be +added and it needs to be explicitely done. Modifying ./configure +directly given tarball lacks some files to run eautoreconf. + +https://bugs.gentoo.org/831361 +--- a/configure ++++ b/configure +@@ -25748,2 +25748,3 @@ + qtHaveModule(testlib): QT += testlib ++qtHaveModule(widgets): QT += widgets + percent.target = % diff --git a/sci-libs/silo/silo-4.11-r1.ebuild b/sci-libs/silo/silo-4.11-r1.ebuild index f4c780ba2a3c..3372e92a569c 100644 --- a/sci-libs/silo/silo-4.11-r1.ebuild +++ b/sci-libs/silo/silo-4.11-r1.ebuild @@ -31,6 +31,7 @@ PATCHES=( "${FILESDIR}"/${P}-test-disable-largefile.patch "${FILESDIR}"/${P}-tests.patch "${FILESDIR}"/${P}-testsuite-python-write.patch + "${FILESDIR}"/${P}-widgets.patch ) src_configure() {