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 C1238138359 for ; Thu, 2 Jul 2020 10:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB8DBE083B; Thu, 2 Jul 2020 10:51:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D0FA4E083B for ; Thu, 2 Jul 2020 10:51:49 +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 A652834EC9F for ; Thu, 2 Jul 2020 10:51:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D9149C for ; Thu, 2 Jul 2020 10:51:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1593687090.2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild X-VCS-Directories: dev-qt/qt-docs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d X-VCS-Branch: master Date: Thu, 2 Jul 2020 10:51:47 +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: eb834bbc-7a5c-4668-9398-ac8fb2be0f56 X-Archives-Hash: 4369bec887d1ffd8b9c3e93f16a7be71 commit: 2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 2 10:50:40 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 2 10:51:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0c2a55 dev-qt/qt-docs: Drop IUSE=core and install tarballs unconditionally It is probably not unreasonable for those components and solves two issues. Reported-by: gmail.com> Closes: https://bugs.gentoo.org/729986 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild b/dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild index 9014281d55f..14dde085d7e 100644 --- a/dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild +++ b/dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild @@ -12,7 +12,6 @@ declare -A QT5_DOCS=( [assistant]="qtassistant" [bluetooth]="qtbluetooth" [concurrent]="qtconcurrent" - [core]="qtcore qmake qtdoc" [dbus]="qtdbus" [declarative]="qtqml qtqmltest qtquick qtquickdialogs qtquickextras" [designer]="qtdesigner qtuitools" @@ -60,6 +59,9 @@ IUSE="charts datavis +html networkauth +qch script timeline virtualkeyboard webe REQUIRED_USE="|| ( html qch )" SRC_URI=" + ${BASE_URI}/${PV_FULL}qmake-documentation.7z + ${BASE_URI}/${PV_FULL}qtcore-documentation.7z + ${BASE_URI}/${PV_FULL}qtdoc-documentation.7z charts? ( ${BASE_URI}.qtcharts/${PV_FULL}qtcharts-documentation.7z ) datavis? ( ${BASE_URI}.qtdatavis3d/${PV_FULL}qtdatavisualization-documentation.7z ) networkauth? ( ${BASE_URI}.qtnetworkauth/${PV_FULL}qtnetworkauth-documentation.7z )