aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 12:26:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 12:26:10 +0100
commit5b7c41d563393a928db126ac7136af72210f7550 (patch)
treed30e9aed552c83b62905f00b5e1d24d81dcfe86e
parenttravis: update (diff)
downloadqt-5b7c41d5.tar.gz
qt-5b7c41d5.tar.bz2
qt-5b7c41d5.zip
qmake-utils.eclass: Drop obsolete EAPI-5 support
Last consumer in Gentoo ebuild repository was dropped. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/qmake-utils.eclass7
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index f8981c75..394c8422 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: qmake-utils.eclass
@@ -6,7 +6,7 @@
# qt@gentoo.org
# @AUTHOR:
# Davide Pesavento <pesa@gentoo.org>
-# @SUPPORTED_EAPIS: 5 6 7
+# @SUPPORTED_EAPIS: 6 7
# @BLURB: Common functions for qmake-based packages.
# @DESCRIPTION:
# Utility eclass providing wrapper functions for Qt4 and Qt5 qmake.
@@ -17,9 +17,8 @@
if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
_QMAKE_UTILS_ECLASS=1
-[[ ${EAPI:-0} == [01234] ]] && die "qmake-utils.eclass: unsupported EAPI=${EAPI:-0}"
+[[ ${EAPI:-0} == [012345] ]] && die "qmake-utils.eclass: unsupported EAPI=${EAPI:-0}"
-[[ ${EAPI:-0} == 5 ]] && inherit eutils multilib
inherit estack toolchain-funcs
# @FUNCTION: qt4_get_bindir