diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 08:59:08 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-10 10:01:09 +0200 |
| commit | 68decc065ca312b10e9af2c7fb3d682bfc740d67 (patch) | |
| tree | 596eb51dc00331781fa9221730a4b54978ca324f /dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild | |
| parent | eb0068985d5e515839599b168e18e3a34da66518 (diff) | |
| download | gentoo-68decc065ca312b10e9af2c7fb3d682bfc740d67.tar.gz gentoo-68decc065ca312b10e9af2c7fb3d682bfc740d67.tar.bz2 gentoo-68decc065ca312b10e9af2c7fb3d682bfc740d67.zip | |
dev-util/kdevelop-python: Fix build with Qt 5.11
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild')
| -rw-r--r-- | dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild index ba7fd2bc14f1..11bbd220000a 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.2.1.ebuild @@ -39,6 +39,8 @@ RDEPEND="${DEPEND} RESTRICT+=" test" +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) + pkg_setup() { python-single-r1_pkg_setup kde5_pkg_setup |
