summaryrefslogtreecommitdiff
path: root/dev-libs/soprano/soprano-2.2.3.ebuild
diff options
context:
space:
mode:
authorABCD <en.ABCD@gmail.com>2009-06-01 04:42:16 -0400
committerABCD <en.ABCD@gmail.com>2009-06-01 04:47:31 -0400
commit1cdb5420c1ec4a97adcd622dc919ec687dc5bc3d (patch)
treec8c9ee24ccc5e556d44bd636d87eab8344e9c0c0 /dev-libs/soprano/soprano-2.2.3.ebuild
parent73bdcd5a1798468a946383af4dd77ab707fd4011 (diff)
downloadkde-1cdb5420c1ec4a97adcd622dc919ec687dc5bc3d.tar.gz
kde-1cdb5420c1ec4a97adcd622dc919ec687dc5bc3d.tar.bz2
kde-1cdb5420c1ec4a97adcd622dc919ec687dc5bc3d.zip
[dev-libs/soprano] Comment out all usage of USE=virtuoso
Clean up ebuild syntax, comment out all usage of USE=virtuoso, don't warn about live if user set I_KNOW_WHAT_I_AM_DOING (Portage version: -svn/git/Linux i686) (Unsigned Manifest commit)
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