diff options
4 files changed, 4 insertions, 4 deletions
diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild index 51a882da704..dece21c2a77 100644 --- a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild @@ -13,5 +13,5 @@ KEYWORDS="amd64 x86" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - media-libs/liblastfm" + media-libs/liblastfm[qt4(+)]" RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild index aacf6f1d5dd..a55a1846124 100644 --- a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild @@ -13,5 +13,5 @@ KEYWORDS=" ~amd64 ~x86" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - media-libs/liblastfm" + media-libs/liblastfm[qt4(+)]" RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild index bc4f6da38e9..a836c2c4502 100644 --- a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild @@ -13,5 +13,5 @@ KEYWORDS="amd64 ~x86" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - media-libs/liblastfm" + media-libs/liblastfm[qt4(+)]" RDEPEND="${DEPEND}" diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild index 55af7781a15..61241b30fda 100644 --- a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild @@ -13,5 +13,5 @@ KEYWORDS="" IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} - media-libs/liblastfm" + media-libs/liblastfm[qt4(+)]" RDEPEND="${DEPEND}" |