projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a576a53
)
kde5.eclass: Drop obsolete conditional
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 7 Oct 2017 21:29:12 +0000
(23:29 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 26 Oct 2017 08:22:33 +0000
(10:22 +0200)
eclass/kde5.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5.eclass
b/eclass/kde5.eclass
index b05f96c78f4d938fe85bfef1cf7ea24a7a9f3e53..400bd408f62fa2b9057a5e98a5bd3a0d1f7fc60b 100644
(file)
--- a/
eclass/kde5.eclass
+++ b/
eclass/kde5.eclass
@@
-100,7
+100,7
@@
EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_
# If set to "false", do nothing.
# Otherwise, add "doc" to IUSE, add the appropriate dependency, generate
# and install Qt compressed help files with -DBUILD_QCH=ON when USE=doc.
-if [[ ${CATEGORY} = kde-frameworks
&& ( $(get_version_component_range 2) -ge 36 || ${KDE_BUILD_TYPE} = live )
]]; then
+if [[ ${CATEGORY} = kde-frameworks ]]; then
: ${KDE_QTHELP:=true}
else
: ${KDE_QTHELP:=false}