summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-12-11 03:01:05 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-12-11 03:01:05 +0000
commita77ecff153baf935254e69d9d2276f7b5ddcd477 (patch)
treedd883110845b5ad2acdf79335f2e3a40f9e65465 /media-sound/spotify
parentAdd missing dep for USE=doc (diff)
downloadgentoo-2-a77ecff153baf935254e69d9d2276f7b5ddcd477.tar.gz
gentoo-2-a77ecff153baf935254e69d9d2276f7b5ddcd477.tar.bz2
gentoo-2-a77ecff153baf935254e69d9d2276f7b5ddcd477.zip
fixing bug 443418 and bug 492928
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'media-sound/spotify')
-rw-r--r--media-sound/spotify/ChangeLog8
-rw-r--r--media-sound/spotify/spotify-0.9.4.183-r3.ebuild (renamed from media-sound/spotify/spotify-0.9.4.183-r2.ebuild)5
2 files changed, 11 insertions, 2 deletions
diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog
index d2b4669e3635..0c58ec96a79f 100644
--- a/media-sound/spotify/ChangeLog
+++ b/media-sound/spotify/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/spotify
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.23 2013/11/28 03:28:58 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.24 2013/12/11 03:01:05 prometheanfire Exp $
+
+*spotify-0.9.4.183-r3 (11 Dec 2013)
+
+ 11 Dec 2013; Matthew Thode <prometheanfire@gentoo.org>
+ +spotify-0.9.4.183-r3.ebuild:
+ fixing bug 443418 and bug 492928
*spotify-0.9.4.183-r2 (28 Nov 2013)
diff --git a/media-sound/spotify/spotify-0.9.4.183-r2.ebuild b/media-sound/spotify/spotify-0.9.4.183-r3.ebuild
index 5b1a9dd65758..b2367229f2f8 100644
--- a/media-sound/spotify/spotify-0.9.4.183-r2.ebuild
+++ b/media-sound/spotify/spotify-0.9.4.183-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r2.ebuild,v 1.1 2013/11/28 03:28:58 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r3.ebuild,v 1.1 2013/12/11 03:01:05 prometheanfire Exp $
EAPI=4
inherit eutils fdo-mime gnome2-utils pax-utils unpacker
@@ -57,6 +57,7 @@ RDEPEND="${DEPEND}
dev-libs/nss
dev-libs/glib:2
net-print/cups
+ virtual/udev
pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
gnome? ( gnome-extra/gnome-integration-spotify )"
@@ -170,6 +171,8 @@ pkg_postinst() {
ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
ewarn "To remove the cache:"
ewarn "rm -rf ~/.cache/spotify"
+ ewarn
+ ewarn "you need to use the ld.bfd linker with openssl"
}
pkg_postrm() {