diff options
| author | Chris Reffett <creffett@gentoo.org> | 2013-10-06 02:05:10 -0400 |
|---|---|---|
| committer | Chris Reffett <creffett@gentoo.org> | 2013-10-06 02:05:10 -0400 |
| commit | 1c6c0fd81f0c089d5300af53890d413f4d18611e (patch) | |
| tree | 9ec45714d7e21364a9569d7763bd608b66b64e7a | |
| parent | 0323906bdce04a3c876203e05750e0732a43cd6f (diff) | |
| download | kde-1c6c0fd81f0c089d5300af53890d413f4d18611e.tar.gz kde-1c6c0fd81f0c089d5300af53890d413f4d18611e.tar.bz2 kde-1c6c0fd81f0c089d5300af53890d413f4d18611e.zip | |
[media-sound/amarok] Conversion back to semantic-desktop
Package-Manager: portage-2.2.7
| -rw-r--r-- | media-sound/amarok/amarok-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index 01dd23e3209..0c47609da8f 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -26,7 +26,7 @@ fi LICENSE="GPL-2" SLOT="4" -IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils" +IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp ofa opengl semantic-desktop test +utils" if [[ ${KDE_BUILD_TYPE} == live ]]; then RESTRICT="test" @@ -36,11 +36,10 @@ fi COMMONDEPEND=" app-crypt/qca:2 >=app-misc/strigi-0.5.7 - $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop(+)' 4.8.4) + $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?' 4.8.4) $(add_kdebase_dep kdebase-kioslaves) >=media-libs/taglib-1.7[asf,mp4] >=media-libs/taglib-extras-1.0.1 - $(add_kdebase_dep nepomuk-core '' 4.9.0) sys-libs/zlib >=virtual/mysql-5.1[embedded?] >=dev-qt/qtcore-4.8:4 @@ -65,6 +64,7 @@ COMMONDEPEND=" mtp? ( >=media-libs/libmtp-1.0.0 ) ofa? ( >=media-libs/libofa-0.9.0 ) opengl? ( virtual/opengl ) + semantic-desktop? ( >=kde-base/nepomuk-core-4.9.0 ) " DEPEND="${COMMONDEPEND} dev-util/automoc @@ -100,6 +100,8 @@ src_configure() { $(cmake-utils_use_with mtp) $(cmake-utils_use_with mp3tunes MP3Tunes) $(cmake-utils_use_with ofa LibOFA) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) $(cmake-utils_use_with utils UTILITIES) ) |
