From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 146C51384B4 for ; Thu, 31 Dec 2015 09:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96F6C21C03F; Thu, 31 Dec 2015 09:17:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEB5021C03F for ; Thu, 31 Dec 2015 09:17:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32E8F3408D4 for ; Thu, 31 Dec 2015 09:17:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3BB4B5D for ; Thu, 31 Dec 2015 09:17:11 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1451553418.c917656b9bdea3ca5cd60ce6b9cc3a2adacd431f.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lastfmscrobble/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild X-VCS-Directories: app-leechcraft/lc-lastfmscrobble/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c917656b9bdea3ca5cd60ce6b9cc3a2adacd431f X-VCS-Branch: master Date: Thu, 31 Dec 2015 09:17:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c4c5857-4622-4bfd-8c06-1738048cce18 X-Archives-Hash: 8e3e71a90a66253413b81e29833b2858 commit: c917656b9bdea3ca5cd60ce6b9cc3a2adacd431f Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 31 09:11:19 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 31 09:16:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c917656b app-leechcraft/lc-lastfmscrobble: add missing media-libs/liblastfm USE dependency Package-Manager: portage-2.2.26 app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.60.ebuild | 2 +- app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.65.ebuild | 2 +- app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-0.6.70.ebuild | 2 +- app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild | 2 +- 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 51a882d..dece21c 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 aacf6f1..a55a184 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 bc4f6da..a836c2c 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 55af778..61241b3 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}"