diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-07-07 20:09:59 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-07-07 20:09:59 +0000 |
commit | 5c8c890d2564a47f35ad34384c9a13f56c4ebf17 (patch) | |
tree | c98d9f82b3ffed55db3e46a877fd5f3b83253326 /media-sound/leechcraft-lastfmscrobble | |
parent | Fix build failure with Boost 1.50. Patch by Arfrever. (diff) | |
download | gentoo-2-5c8c890d2564a47f35ad34384c9a13f56c4ebf17.tar.gz gentoo-2-5c8c890d2564a47f35ad34384c9a13f56c4ebf17.tar.bz2 gentoo-2-5c8c890d2564a47f35ad34384c9a13f56c4ebf17.zip |
Re-enable >=liblastfm-1.0 in 9999 as it's working now. Thanks to 0xd34df00d
(Portage version: 2.1.11.4/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/leechcraft-lastfmscrobble')
-rw-r--r-- | media-sound/leechcraft-lastfmscrobble/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/leechcraft-lastfmscrobble/ChangeLog b/media-sound/leechcraft-lastfmscrobble/ChangeLog index 97778affd9bf..911ff7a56692 100644 --- a/media-sound/leechcraft-lastfmscrobble/ChangeLog +++ b/media-sound/leechcraft-lastfmscrobble/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/leechcraft-lastfmscrobble # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-lastfmscrobble/ChangeLog,v 1.6 2012/07/07 10:34:47 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-lastfmscrobble/ChangeLog,v 1.7 2012/07/07 20:09:59 maksbotan Exp $ + + 07 Jul 2012; Maxim Koltsov <maksbotan@gentoo.org> + leechcraft-lastfmscrobble-9999.ebuild: + Re-enable >=liblastfm-1.0 in 9999 as it's working now. Thanks to 0xd34df00d 07 Jul 2012; Johannes Huber <johu@gentoo.org> leechcraft-lastfmscrobble-0.5.70.ebuild: diff --git a/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-9999.ebuild b/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-9999.ebuild index f70675f78394..77bdac22275c 100644 --- a/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-9999.ebuild +++ b/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-9999.ebuild,v 1.2 2012/07/01 15:19:34 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-lastfmscrobble/leechcraft-lastfmscrobble-9999.ebuild,v 1.3 2012/07/07 20:09:59 maksbotan Exp $ EAPI="4" @@ -13,5 +13,5 @@ KEYWORDS="" IUSE="debug" DEPEND="~net-misc/leechcraft-core-${PV} - <media-libs/liblastfm-1.0" + media-libs/liblastfm" RDEPEND="${DEPEND}" |