From dd2fe19b9ece30e181eb855ad9fb5db6f134a0f4 Mon Sep 17 00:00:00 2001 From: Austin English Date: Tue, 12 Jul 2016 16:23:15 -0500 Subject: [PATCH] lxqt-base/liblxqt: fix gcc version check Also update to EAPI 6 Gentoo-Bug: https://bugs.gentoo.org/588230 Package-Manager: portage-2.3.0 Signed-off-by: Austin English --- lxqt-base/liblxqt/liblxqt-0.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild index 1d47614..a1a279d 100644 --- a/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.10.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils DESCRIPTION="Common base library for the LXQt desktop environment" @@ -34,7 +34,7 @@ DEPEND="${RDEPEND} pkg_pretend() { if [[ ${MERGE_TYPE} != binary ]]; then - [[ $(gcc-version) < 4.8 ]] && \ + [[ $(tc-is-gcc) ]] && [[ $(gcc-version) < 4.8 ]] && \ die 'The active compiler needs to be gcc 4.8 (or newer)' fi } -- 2.7.3