diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-27 11:29:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-27 11:35:29 +0200 |
commit | 254d86078e18ac2c6a4548701bb00fda7bfec966 (patch) | |
tree | 51d5095eff1e4a110d69a174d9e0906146fc6075 /media-sound | |
parent | profiles: Mask media-sound/soundkonverter for removal (diff) | |
download | gentoo-254d86078e18ac2c6a4548701bb00fda7bfec966.tar.gz gentoo-254d86078e18ac2c6a4548701bb00fda7bfec966.tar.bz2 gentoo-254d86078e18ac2c6a4548701bb00fda7bfec966.zip |
media-sound/amarok: Drop USE=cdda
Seems it always was a no-op at build time.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/amarok-2.8.90-r3.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/media-sound/amarok/amarok-2.8.90-r3.ebuild b/media-sound/amarok/amarok-2.8.90-r3.ebuild index 8e0f55d7b5e1..9165fb8d31e0 100644 --- a/media-sound/amarok/amarok-2.8.90-r3.ebuild +++ b/media-sound/amarok/amarok-2.8.90-r3.ebuild @@ -22,7 +22,7 @@ fi LICENSE="GPL-2" SLOT="4" -IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils" +IUSE="debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils" if [[ ${KDE_BUILD_TYPE} == live ]]; then RESTRICT+=" test" @@ -41,20 +41,15 @@ COMMONDEPEND=" >=dev-qt/qtdbus-4.8:4 >=dev-qt/qtscript-4.8:4 >=x11-libs/qtscriptgenerator-0.1.0 - cdda? ( - $(add_kdeapps_dep libkcddb) - $(add_kdeapps_dep libkcompactdisc) - $(add_kdeapps_dep audiocd-kio) - ) ipod? ( >=media-libs/libgpod-0.7.0[gtk] ) lastfm? ( >=media-libs/liblastfm-1.0.3[qt4(+)] ) mp3tunes? ( dev-libs/glib:2 dev-libs/libxml2 dev-libs/openssl:0 + >=dev-qt/qtcore-4.8.4:4[glib] net-libs/loudmouth net-misc/curl - >=dev-qt/qtcore-4.8.4:4[glib] ) mtp? ( >=media-libs/libmtp-1.0.0 ) ofa? ( >=media-libs/libofa-0.9.0 ) |