diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-02 12:50:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-02 12:51:30 +0200 |
commit | 2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d (patch) | |
tree | 27682390fadf67a9d53764459e37fa277963bb27 /dev-qt | |
parent | media-libs/aldumb: remove last-rited pkg (diff) | |
download | gentoo-2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d.tar.gz gentoo-2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d.tar.bz2 gentoo-2b0c2a55e31f03f7d1b7175f6a15866f0b1b1c4d.zip |
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@gmail.com>
Closes: https://bugs.gentoo.org/729986
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qt-docs/qt-docs-5.15.0_p202005140838.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 9014281d55fc..14dde085d7e4 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 ) |