diff options
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 |