Skip to content

Commit

Permalink
dev-qt/qt-docs: Drop IUSE=core and install tarballs unconditionally
Browse files Browse the repository at this point in the history
It is probably not unreasonable for those components and solves two issues.

Reported-by: <[email protected]>
Closes: https://bugs.gentoo.org/729986
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jul 2, 2020
1 parent b370400 commit 2b0c2a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 )
Expand Down

0 comments on commit 2b0c2a5

Please sign in to comment.