summaryrefslogtreecommitdiff
path: root/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-10 04:21:55 +0100
commit677b7ba5c317778df2ad7e70df94b9b7eec4adbc (patch)
tree6c418a1546fff5becab5d8b9ed6803323e7f316e /dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
parentfbda87924e6faa7a1919f1a2b4182490bde5ec5c (diff)
gentoo resync : 10.09.2021
Diffstat (limited to 'dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild')
-rw-r--r--dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild b/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
index 351c5273763e..233c6d5932a4 100644
--- a/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
+++ b/dev-qt/qt-docs/qt-docs-5.15.2_p202011130614.ebuild
@@ -1,7 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
+inherit unpacker
PV_FULL=${PV/_p/-0-}
PV_NODOTS=$(ver_rs 1-3 '' ${PV%_p*})
@@ -80,13 +82,13 @@ for DOCUSE in ${!QT5_DOCS[@]}; do
done
unset DOCTAR DOCUSE
+S=${WORKDIR}/Docs/Qt-${PV%_p*}
+
BDEPEND="
app-arch/p7zip
media-libs/libpng:0
"
-S=${WORKDIR}/Docs/Qt-${PV%_p*}
-
src_prepare() {
default