diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-08 13:15:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-17 16:26:38 +0200 |
commit | 11d57aad26ec0e96a23d073a78c245e161ee14e3 (patch) | |
tree | 7197863911d1d66a30191a0226ae6edf1559464a /dev-qt/assistant | |
parent | dev-qt: Set QT5_KDEPATCHSET_REV within release switch (diff) | |
download | qt-11d57aad26ec0e96a23d073a78c245e161ee14e3.tar.gz qt-11d57aad26ec0e96a23d073a78c245e161ee14e3.tar.bz2 qt-11d57aad26ec0e96a23d073a78c245e161ee14e3.zip |
dev-qt: Add QT5_KDEPATCHSET_REV within release switch for Qt5Tools
Can't use QT5_BUILD_TYPE pre-inheriting qt5-build.eclass.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.15.6.9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-qt/assistant/assistant-5.15.6.9999.ebuild b/dev-qt/assistant/assistant-5.15.6.9999.ebuild index 52bf83ac..599b918c 100644 --- a/dev-qt/assistant/assistant-5.15.6.9999.ebuild +++ b/dev-qt/assistant/assistant-5.15.6.9999.ebuild @@ -3,15 +3,16 @@ EAPI=8 +if [[ ${PV} != *9999* ]]; then + QT5_KDEPATCHSET_REV=1 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" +fi + QT5_MODULE="qttools" inherit desktop qt5-build xdg-utils DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" -fi - IUSE="" DEPEND=" |