diff options
author | 2017-04-25 21:13:59 +0200 | |
---|---|---|
committer | 2017-04-25 21:13:59 +0200 | |
commit | 06332ee0ba32cfd9f524c97bf1e0f400fbadfec8 (patch) | |
tree | 8f71c1d74968ff58c730545e81b818a8b8b29c91 /eclass | |
parent | app-emulation/containerd: 0.2.7 version bump (diff) | |
download | gentoo-06332ee0ba32cfd9f524c97bf1e0f400fbadfec8.tar.gz gentoo-06332ee0ba32cfd9f524c97bf1e0f400fbadfec8.tar.bz2 gentoo-06332ee0ba32cfd9f524c97bf1e0f400fbadfec8.zip |
qt5-build.eclass: replace eutils inherit with estack+ltprune
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index e239b25ec2ec..c37a79cce2fb 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -47,7 +47,7 @@ esac # for tests you should proceed with setting VIRTUALX_REQUIRED=test. : ${VIRTUALX_REQUIRED:=manual} -inherit eutils flag-o-matic toolchain-funcs versionator virtualx +inherit estack flag-o-matic ltprune toolchain-funcs versionator virtualx HOMEPAGE="https://www.qt.io/" |