commit:     2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  2 10:50:40 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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: <xbjfk.github <AT> gmail.com>
Closes: https://bugs.gentoo.org/729986
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 )

Reply via email to