summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Chantziaras <realnc@gmail.com>2018-04-24 21:51:20 +0300
committerMatthew Thode <prometheanfire@gentoo.org>2018-04-24 21:12:05 -0500
commit90952271e4b42b6d81ef9e9223b953453bead0a7 (patch)
treeef52f6eb3ef04ec854b10b2e5a155004522ca785 /media-sound/spotify/spotify-1.0.72.ebuild
parentapp-office/texmaker: amd64 stable wrt bug #653982 (diff)
downloadgentoo-90952271e4b42b6d81ef9e9223b953453bead0a7.tar.gz
gentoo-90952271e4b42b6d81ef9e9223b953453bead0a7.tar.bz2
gentoo-90952271e4b42b6d81ef9e9223b953453bead0a7.zip
media-sound/spotify-1.0.72: remove amd64
64-bit build was removed by upstream a while ago and is no longer available. Closes: https://bugs.gentoo.org/654002 Package-Manager: Portage-2.3.31, Repoman-2.3.9 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/spotify/spotify-1.0.72.ebuild')
-rw-r--r--media-sound/spotify/spotify-1.0.72.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/media-sound/spotify/spotify-1.0.72.ebuild b/media-sound/spotify/spotify-1.0.72.ebuild
index 7cf02df1c2e8..3b8d57bd25aa 100644
--- a/media-sound/spotify/spotify-1.0.72.ebuild
+++ b/media-sound/spotify/spotify-1.0.72.ebuild
@@ -6,14 +6,15 @@ inherit eutils xdg-utils gnome2-utils pax-utils unpacker
DESCRIPTION="Spotify is a social music platform"
HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
-BUILD_ID_AMD64="117.g6bd7cc73-35"
-BUILD_ID_X86="117.g6bd7cc73-35"
SRC_BASE="http://repository.spotify.com/pool/non-free/s/${PN}-client/"
-SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb )
- x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb )"
+#BUILD_ID_AMD64="117.g6bd7cc73-35"
+BUILD_ID_X86="117.g6bd7cc73-35"
+#SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb )
+# x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb )"
+SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_X86}_i386.deb"
LICENSE="Spotify"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="x86"
IUSE="libnotify systray pax_kernel pulseaudio"
RESTRICT="mirror strip"