public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lastfmscrobble/
@ 2015-12-31  9:17 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2015-12-31  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c917656b9bdea3ca5cd60ce6b9cc3a2adacd431f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 09:11:19 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lastfmscrobble/
@ 2018-02-22 20:23 Andreas Sturmlechner
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-02-22 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5197b7f94c20f3516ac824db695dca60ebd214ed
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 20:21:02 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 20:23:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5197b7f9

app-leechcraft/lc-lastfmscrobble: Relax liblastfm qt5-usedep

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
index 7acd51e0350..76429eb124f 100644
--- a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
+++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ KEYWORDS=""
 IUSE="debug"
 
 DEPEND="~app-leechcraft/lc-core-${PV}
-	media-libs/liblastfm[qt5]
+	media-libs/liblastfm[qt5(+)]
 	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 "


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lastfmscrobble/
@ 2020-05-06 11:51 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2020-05-06 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7991287335a4b7d8ffc7c9b6db538e66c0330d4a
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Tue May  5 18:54:14 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May  6 11:50:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79912873

app-leechcraft/lc-lastfmscrobble: remove liblastfm subslot op

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
index 657764674fc..cdb341ad505 100644
--- a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
+++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
@@ -14,6 +14,6 @@ IUSE="debug"
 DEPEND="~app-leechcraft/lc-core-${PV}
 	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
-	media-libs/liblastfm:=
+	media-libs/liblastfm
 "
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-06 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-22 20:23 [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lastfmscrobble/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-05-06 11:51 Joonas Niilola
2015-12-31  9:17 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox