diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-10 12:42:22 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-02-10 12:42:22 +0000 |
commit | 8ba32b38ce6f84fb972a4fc37a33b0c671339c19 (patch) | |
tree | b5b655061b56fa4463d0ee8aa3b1cff4a02ebf54 /dev-qt/qtdeclarative | |
parent | 6a7f0c68767a0fda8862b1c4847053658feb7e82 (diff) |
dev-qt : force our Qt5 ebuilds to use our eclass
Diffstat (limited to 'dev-qt/qtdeclarative')
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild index e9575bed..937e98cc 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.9.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit python-any-r1 qt5-build +inherit python-any-r1 qt5-build-r10000 DESCRIPTION="The QML and Quick modules for the Qt5 framework" @@ -52,5 +52,5 @@ src_prepare() { tests/auto/quick/quick.pro \ tests/auto/quick/examples/examples.pro - qt5-build_src_prepare + qt5-build-r10000_src_prepare } |