summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-10-29 07:00:19 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-10-29 07:00:19 +0000
commit4e8810941d6b84bf102421f8b98e8bdd949179fa (patch)
treed2fa185f019b78eaa361c840d2dc25c46022fb03 /media-sound
parentmany changes from bug 486568, thanks alonbl (diff)
downloadgentoo-2-4e8810941d6b84bf102421f8b98e8bdd949179fa.tar.gz
gentoo-2-4e8810941d6b84bf102421f8b98e8bdd949179fa.tar.bz2
gentoo-2-4e8810941d6b84bf102421f8b98e8bdd949179fa.zip
fix for bug 488812
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/spotify/ChangeLog8
-rw-r--r--media-sound/spotify/spotify-0.9.4.183-r1.ebuild (renamed from media-sound/spotify/spotify-0.9.4.183.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog
index f508ede90c2e..bb79fb14c546 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.21 2013/10/13 01:52:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.22 2013/10/29 07:00:19 prometheanfire Exp $
+
+*spotify-0.9.4.183-r1 (29 Oct 2013)
+
+ 29 Oct 2013; Matthew Thode <prometheanfire@gentoo.org>
+ +spotify-0.9.4.183-r1.ebuild, -spotify-0.9.4.183.ebuild:
+ fix for bug 488812
*spotify-0.9.4.183 (13 Oct 2013)
diff --git a/media-sound/spotify/spotify-0.9.4.183.ebuild b/media-sound/spotify/spotify-0.9.4.183-r1.ebuild
index c1181f804ed7..6bdb613a1215 100644
--- a/media-sound/spotify/spotify-0.9.4.183.ebuild
+++ b/media-sound/spotify/spotify-0.9.4.183-r1.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.ebuild,v 1.1 2013/10/13 01:52:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.4.183-r1.ebuild,v 1.1 2013/10/29 07:00:18 prometheanfire Exp $
EAPI=4
inherit eutils fdo-mime gnome2-utils pax-utils unpacker
@@ -155,7 +155,7 @@ src_install() {
dosym /opt/${PN}/spotify-client/Data/libcef.so /opt/${PN}/spotify-client/
#TODO fix for x86
- dosym /usr/lib64/libudev.so /opt/${PN}/spotify-client/Data/libudev.so.0
+ dosym /usr/lib/libudev.so /opt/${PN}/spotify-client/Data/libudev.so.0
}
pkg_preinst() {