kde5.eclass: don't run pkg_pretend for kde-frameworks
authorMichael Palimaka <kensington@gentoo.org>
Fri, 15 Apr 2016 20:30:07 +0000 (06:30 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 20 Apr 2016 17:15:33 +0000 (03:15 +1000)
commit2f5c34d9ceeca534181c42fa04ecd0dd04e15f53
treec879693ae72312bf15a81ea708d856354c6158d5
parentad4c6aee2096d8717dc311f19debba3c4a2dc17b
kde5.eclass: don't run pkg_pretend for kde-frameworks

Merely exporting the phase function is very expensive, even if nothing useful
is done inside it.

Frameworks are supposed to support GCC 4.5 at a minimum which is old enough to
make it safe enough to omit the check.
eclass/kde5.eclass