Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 588230
Collapse All | Expand All

(-)a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild (-3 / +2 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
5
EAPI=5
5
EAPI=6
6
inherit cmake-utils
6
inherit cmake-utils
7
7
8
DESCRIPTION="Common base library for the LXQt desktop environment"
8
DESCRIPTION="Common base library for the LXQt desktop environment"
Lines 34-40 DEPEND="${RDEPEND} Link Here
34
34
35
pkg_pretend() {
35
pkg_pretend() {
36
	if [[ ${MERGE_TYPE} != binary ]]; then
36
	if [[ ${MERGE_TYPE} != binary ]]; then
37
		[[ $(gcc-version) < 4.8 ]] && \
37
		[[ $(tc-is-gcc) ]] && [[ $(gcc-version) < 4.8 ]] && \
38
		die 'The active compiler needs to be gcc 4.8 (or newer)'
38
		die 'The active compiler needs to be gcc 4.8 (or newer)'
39
	fi
39
	fi
40
}
40
}
41
- 

Return to bug 588230