diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-07-28 05:41:20 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-28 05:42:07 +1000 |
commit | b462f7a5e612e49fa906a71c53d90d94f8df303a (patch) | |
tree | fe18e8d70cd26ac0ed788bde98ef9d676d597cfb /kde-apps/cantor/cantor-15.12.3-r1.ebuild | |
parent | kde-frameworks/sonnet: Use subslot on app-text/hunspell (diff) | |
download | gentoo-b462f7a5e612e49fa906a71c53d90d94f8df303a.tar.gz gentoo-b462f7a5e612e49fa906a71c53d90d94f8df303a.tar.bz2 gentoo-b462f7a5e612e49fa906a71c53d90d94f8df303a.zip |
kde-apps/cantor: backport patch from upstream solving build failure with Qt 5.6
Gentoo-bug: 587082
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/cantor/cantor-15.12.3-r1.ebuild')
-rw-r--r-- | kde-apps/cantor/cantor-15.12.3-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kde-apps/cantor/cantor-15.12.3-r1.ebuild b/kde-apps/cantor/cantor-15.12.3-r1.ebuild index b01bd79affd8..1d0a335b5831 100644 --- a/kde-apps/cantor/cantor-15.12.3-r1.ebuild +++ b/kde-apps/cantor/cantor-15.12.3-r1.ebuild @@ -56,7 +56,10 @@ DEPEND="${RDEPEND} RESTRICT="test" -PATCHES=( "${FILESDIR}/${P}-tests.patch" ) +PATCHES=( + "${FILESDIR}/${P}-tests.patch" + "${FILESDIR}/${P}-qt56.patch" +) pkg_setup() { use python && python_setup |