summaryrefslogtreecommitdiff
path: root/dev-libs/soprano/soprano-2.2.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/soprano/soprano-2.2.3.ebuild')
-rw-r--r--dev-libs/soprano/soprano-2.2.3.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/soprano/soprano-2.2.3.ebuild b/dev-libs/soprano/soprano-2.2.3.ebuild
index c2fa3d29e4e..77410fc73b2 100644
--- a/dev-libs/soprano/soprano-2.2.3.ebuild
+++ b/dev-libs/soprano/soprano-2.2.3.ebuild
@@ -58,11 +58,11 @@ src_configure() {
-DSOPRANO_BUILD_TESTS=OFF
-DCMAKE_SKIP_RPATH=OFF"
- ! use clucene && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_CLUCENE_INDEX=ON"
- ! use dbus && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_DBUS=ON"
- ! use raptor && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_RAPTOR_PARSER=ON"
- ! use redland && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_REDLAND_BACKEND=ON"
- ! use java && mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_SESAME2_BACKEND=ON"
+ use clucene || mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_CLUCENE_INDEX=ON"
+ use dbus || mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_DBUS=ON"
+ use raptor || mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_RAPTOR_PARSER=ON"
+ use redland || mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_REDLAND_BACKEND=ON"
+ use java || mycmakeargs="${mycmakeargs} -DSOPRANO_DISABLE_SESAME2_BACKEND=ON"
use doc && mycmakeargs="${mycmakeargs} -DSOPRANO_BUILD_API_DOCS=ON"
cmake-utils_src_configure