summaryrefslogtreecommitdiff
path: root/dev-qt/qdoc/qdoc-5.15.10.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-08 22:23:22 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-08 22:23:22 +0100
commit99b2c44c1425c7b2925846d4c44b2bf2f78dc786 (patch)
tree9bf7a2d385aace0ea5f3f8d3e3657168b758fdaa /dev-qt/qdoc/qdoc-5.15.10.ebuild
parent39bccce90513402ec93bb0fde30678f16b07a9cc (diff)
gentoo auto-resync : 08:07:2023 - 22:23:22
Diffstat (limited to 'dev-qt/qdoc/qdoc-5.15.10.ebuild')
-rw-r--r--dev-qt/qdoc/qdoc-5.15.10.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-qt/qdoc/qdoc-5.15.10.ebuild b/dev-qt/qdoc/qdoc-5.15.10.ebuild
index e3b270244340..7358ed9e1f7d 100644
--- a/dev-qt/qdoc/qdoc-5.15.10.ebuild
+++ b/dev-qt/qdoc/qdoc-5.15.10.ebuild
@@ -32,12 +32,3 @@ src_prepare() {
qt5-build_src_prepare
}
-
-src_configure() {
- # qt5_tools_configure() not enough here, needs another fix, bug 676948
- mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die
- qt5_qmake "${QT5_BUILD_DIR}"
- cp src/qdoc/qtqdoc-config.pri "${QT5_BUILD_DIR}"/src/qdoc || die
-
- qt5-build_src_configure
-}