diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-06 01:05:50 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-06 01:07:04 +0100 |
| commit | 641e1c200582393e04861f13b5a50ebaae82dfa5 (patch) | |
| tree | 3cfa54839aae1e7327d6fef7e77aa295cbdde9ba /dev-libs/soprano/soprano-9999.ebuild | |
| parent | 86b6cca86d369671ddf7a57e4b87620dd5267553 (diff) | |
| download | kde-641e1c200582393e04861f13b5a50ebaae82dfa5.tar.gz kde-641e1c200582393e04861f13b5a50ebaae82dfa5.tar.bz2 kde-641e1c200582393e04861f13b5a50ebaae82dfa5.zip | |
more eclass enhancements and fix build for soprano
Diffstat (limited to 'dev-libs/soprano/soprano-9999.ebuild')
| -rw-r--r-- | dev-libs/soprano/soprano-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/soprano/soprano-9999.ebuild b/dev-libs/soprano/soprano-9999.ebuild index 71aa5696c10..fdcd906d349 100644 --- a/dev-libs/soprano/soprano-9999.ebuild +++ b/dev-libs/soprano/soprano-9999.ebuild @@ -43,7 +43,7 @@ pkg_setup() { ewarn "WARNING! This is an experimental ebuild of ${PN} SVN tree. Use at your own risk." ewarn "Do _NOT_ file bugs at bugs.gentoo.org because of this ebuild!" echo - if ! use redland && ! use sesame2 && ! use virtuoso ; then + if ! use redland && ! use java && ! use virtuoso ; then ewarn "You explicitly disabled default soprano backend and haven't chosen other one." ewarn "Applications using soprano may need at least one backend functional." ewarn "If you experience any problems, enable any of those USE flags:" @@ -52,7 +52,7 @@ pkg_setup() { } src_prepare() { - cmake-utils_src_prepare + base_src_prepare } src_configure() { |
