diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild b/app-office/calligra/calligra-2.9.11-r1.ebuild
index 645be6f19c5e5..9358071c6267e 100644
--- a/app-office/calligra/calligra-2.9.11-r1.ebuild
+++ b/app-office/calligra/calligra-2.9.11-r1.ebuild
@@ -40,7 +40,7 @@ if [[ ${KDE_BUILD_TYPE} == release ]] ; then
fi
IUSE="color-management +crypt +eigen +exif fftw +fontconfig freetds +glew +glib
-+gsf gsl import-filter +jpeg jpeg2k +kdcraw +lcms mysql openexr +pdf +pim
++gsf gsl import-filter +jpeg jpeg2k +lcms mysql openexr +pdf +pim
postgres spacenav sybase test tiff +threads +truetype vc xbase +xml"
# Don't use Active, it's broken on desktops.
@@ -90,7 +90,6 @@ RDEPEND="
)
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/openjpeg:0 )
- kdcraw? ( $(add_kdeapps_dep libkdcraw) )
lcms? (
media-libs/lcms:2
x11-libs/libX11
@@ -196,7 +195,7 @@ src_configure() {
-DWITH_LibWps=$(usex import-filter)
-DWITH_JPEG=$(usex jpeg)
-DWITH_OpenJPEG=$(usex jpeg2k)
- -DWITH_Kdcraw=$(usex kdcraw)
+ -DWITH_Kdcraw=OFF
-DWITH_LCMS2=$(usex lcms)
-DWITH_MySQL=$(usex mysql)
-DWITH_Okular=OFF
diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metadata.xml
index 721acdb32138f..e19fadc04362d 100644
--- a/app-office/calligra/metadata.xml
+++ b/app-office/calligra/metadata.xml
@@ -17,7 +17,6 @@
Enable support for C library routines from dev-libs/glib
Enable support for ODT structures extraction via gnome-extra/libgsf
Enable support for various import filter file formats like WordPerfect, Visio and Apple Keynote
- Enable support for KDE image manipulating interface via kde-apps/libkdcraw
Build colorengine plugins using media-libs/lcms
Enable bindings for kde-apps/okular
Build stage/eventplugins and videoshape plugin using media-libs/phonon