diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 14:22:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 14:22:41 +0100 |
commit | 4a0b9aa6202930be86f8a5571e3728143dc59758 (patch) | |
tree | 29cdfc6550e385a7d37034eff847a36d991f4acf /dev-python/PyQt5/PyQt5-5.9.ebuild | |
parent | 92f017609bb5389739ed353d7b715837e883c46e (diff) |
dev-python/PyQt5 : fix building against Qt 5.9.2
Diffstat (limited to 'dev-python/PyQt5/PyQt5-5.9.ebuild')
-rw-r--r-- | dev-python/PyQt5/PyQt5-5.9.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/PyQt5/PyQt5-5.9.ebuild b/dev-python/PyQt5/PyQt5-5.9.ebuild index 3eab65c3..bc4f8ad0 100644 --- a/dev-python/PyQt5/PyQt5-5.9.ebuild +++ b/dev-python/PyQt5/PyQt5-5.9.ebuild @@ -106,6 +106,11 @@ pyqt_use_enable() { fi } +src_prepare() { + default + eapply ${FILESDIR}/pyqt-support-new-qt.patch +} + src_configure() { configuration() { local myconf=( |