summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-08-22 22:44:52 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-09-05 09:01:01 -0400
commit09ab680319c09ae600b130e05a796041e7baa404 (patch)
treeba2e2c0722893ef1525b16f8482a8289c92b2897 /eclass
parentqt6-build.eclass: support+unrestrict tests, export src_test+install (diff)
downloadgentoo-09ab680319c09ae600b130e05a796041e7baa404.tar.gz
gentoo-09ab680319c09ae600b130e05a796041e7baa404.tar.bz2
gentoo-09ab680319c09ae600b130e05a796041e7baa404.zip
qt6-build.eclass: add QT6_MKSPECSDIR for consistency, drop TESTSDIR
qtbase ebuild currently sets /mkspecs itself instead, chances are may never need the variable but there's no need to have an odd one out TESTSDIR was unused, and currently installs to /usr/tests which we are deleting anyway -- and would give QA if that failed (note changing the path can be messy given qtbase will keep telling other packages to use old paths until it is itself updated). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt6-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
index 1eaae9b99587..adf6445d8bae 100644
--- a/eclass/qt6-build.eclass
+++ b/eclass/qt6-build.eclass
@@ -196,10 +196,10 @@ _qt6-build_prepare_env() {
readonly QT6_HEADERDIR=${QT6_PREFIX}/include/qt6
readonly QT6_IMPORTDIR=${QT6_ARCHDATADIR}/imports
readonly QT6_LIBEXECDIR=${QT6_ARCHDATADIR}/libexec
+ readonly QT6_MKSPECSDIR=${QT6_ARCHDATADIR}/mkspecs
readonly QT6_PLUGINDIR=${QT6_ARCHDATADIR}/plugins
readonly QT6_QMLDIR=${QT6_ARCHDATADIR}/qml
readonly QT6_SYSCONFDIR=${EPREFIX}/etc/xdg
- readonly QT6_TESTSDIR=${QT6_DATADIR}/tests
readonly QT6_TRANSLATIONDIR=${QT6_DATADIR}/translations
}