summaryrefslogtreecommitdiff
path: root/kde-apps/cantor/cantor-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-03-30 12:33:54 +0200
committerMichael Palimaka <kensington@gentoo.org>2016-03-31 05:19:06 +1100
commit04811fd320ec1859d95872782585f1860149eb2a (patch)
treeb27db8bb0d2af701e04435a504ff6f5a51843038 /kde-apps/cantor/cantor-9999.ebuild
parent157d7bad4b0548074422671dda4f537f3792131d (diff)
downloadkde-04811fd320ec1859d95872782585f1860149eb2a.tar.gz
kde-04811fd320ec1859d95872782585f1860149eb2a.tar.bz2
kde-04811fd320ec1859d95872782585f1860149eb2a.zip
kde-apps/cantor: Patch upstreamed
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/cantor/cantor-9999.ebuild')
-rw-r--r--kde-apps/cantor/cantor-9999.ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
index 3cdcedc7155..7f991679f4b 100644
--- a/kde-apps/cantor/cantor-9999.ebuild
+++ b/kde-apps/cantor/cantor-9999.ebuild
@@ -56,8 +56,6 @@ DEPEND="${RDEPEND}
RESTRICT="test"
-PATCHES=( "${FILESDIR}/${PN}-15.12.3-tests.patch" )
-
pkg_setup() {
use python && python_setup
kde5_pkg_setup
@@ -69,13 +67,6 @@ src_prepare() {
# FIXME: shipped FindPythonLibs3.cmake does not work for Gentoo
sed -e "/^find_package(PythonLibs3)/ s/^/#/" \
-i src/backends/CMakeLists.txt || die
-
- if ! use test ; then
- sed -e "/add_subdirectory(test)/ s/^/#DONT/" \
- -i src/lib/CMakeLists.txt || die
- sed -e "/add_subdirectory(tests)/ s/^/#DONT/" \
- -i src/backends/python3/CMakeLists.txt || die
- fi
}
src_configure() {