aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2018-03-06 22:15:46 +0100
committerDavide Pesavento <pesa@gentoo.org>2018-03-06 22:15:46 +0100
commit212eddb0eb1b59d05c6dd45dbd47bdf6a50d8ab3 (patch)
tree37ab32beb88b9b87faafe5f18106c27ef856617a /eclass
parentmedia-gfx/phototonic: sync with main tree (diff)
downloadqt-212eddb0eb1b59d05c6dd45dbd47bdf6a50d8ab3.tar.gz
qt-212eddb0eb1b59d05c6dd45dbd47bdf6a50d8ab3.tar.bz2
qt-212eddb0eb1b59d05c6dd45dbd47bdf6a50d8ab3.zip
qt5-build.eclass: switch to eapi7-ver.eclass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass11
1 files changed, 5 insertions, 6 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index b381c284..e3c50178 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -13,7 +13,7 @@
# Requires EAPI 6.
if [[ ${CATEGORY} != dev-qt ]]; then
- die "qt5-build.eclass is only to be used for building Qt 5."
+ die "qt5-build.eclass is only to be used for building Qt 5"
fi
case ${EAPI} in
@@ -57,15 +57,14 @@ esac
# for tests you should proceed with setting VIRTUALX_REQUIRED=test.
: ${VIRTUALX_REQUIRED:=manual}
-inherit estack flag-o-matic ltprune toolchain-funcs versionator virtualx
+inherit eapi7-ver estack flag-o-matic ltprune toolchain-funcs virtualx
HOMEPAGE="https://www.qt.io/"
LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3"
-SLOT=5/$(get_version_component_range 1-2)
+SLOT=5/$(ver_cut 1-2)
-QT5_MINOR_VERSION=$(get_version_component_range 2)
-QT5_PATCH_VERSION=$(get_version_component_range 3)
-readonly QT5_MINOR_VERSION QT5_PATCH_VERSION
+QT5_MINOR_VERSION=$(ver_cut 2)
+readonly QT5_MINOR_VERSION
case ${PV} in
5.9999)