commit: 2dffaead7ec97a9a7cc9911d64de2e675aa4560f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 8 09:45:12 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Oct 8 09:45:12 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2dffaead
[eclass] Expand comment.
---
eclass/kde4-base.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index e36ff07..48ed3c1 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -600,7 +600,7 @@ kde4-base_pkg_setup() {
# Check if gcc compiler is fresh enough.
# In theory should be in pkg_pretend but we check it only for kdelibs
there
# and for others we do just quick scan in pkg_setup because pkg_pretend
- # executions consume quite some time.
+ # executions consume quite some time (ie. when merging 300 packages at
once will cause 300 checks)
if [[ ${MERGE_TYPE} != binary ]]; then
[[ $(gcc-major-version) -lt 4 ]] || \
( [[ $(gcc-major-version) -eq 4 &&
$(gcc-minor-version) -le 6 ]] ) \