diff options
author | Nikos Chantziaras <realnc@gmail.com> | 2018-11-01 17:01:22 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-11-01 12:20:22 -0500 |
commit | 37e275dcf44b1d12d2383af15bd7c42691a14a69 (patch) | |
tree | 528b535112d869ded23ade1bc254a9141b8cde44 /media-sound/spotify | |
parent | sys-apps/etckeeper: Whitespace (diff) | |
download | gentoo-37e275dcf44b1d12d2383af15bd7c42691a14a69.tar.gz gentoo-37e275dcf44b1d12d2383af15bd7c42691a14a69.tar.bz2 gentoo-37e275dcf44b1d12d2383af15bd7c42691a14a69.zip |
media-sound/spotify: use gunzip instead of uncompress for docs
Closes: https://bugs.gentoo.org/670016
Signed-off-by: Nikos Chantziaras <realnc@gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.0.72-r1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/spotify/spotify-1.0.80-r1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/spotify/spotify-1.0.92.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/spotify/spotify-1.0.72-r1.ebuild b/media-sound/spotify/spotify-1.0.72-r1.ebuild index 803b6c7d5c93..da0339466e17 100644 --- a/media-sound/spotify/spotify-1.0.72-r1.ebuild +++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild @@ -56,7 +56,7 @@ src_prepare() { } src_install() { - uncompress usr/share/doc/spotify-client/changelog.gz + gunzip usr/share/doc/spotify-client/changelog.gz || die dodoc usr/share/doc/spotify-client/changelog SPOTIFY_PKG_HOME=usr/share/spotify diff --git a/media-sound/spotify/spotify-1.0.80-r1.ebuild b/media-sound/spotify/spotify-1.0.80-r1.ebuild index 5dc822089bcb..665c6b832bf2 100644 --- a/media-sound/spotify/spotify-1.0.80-r1.ebuild +++ b/media-sound/spotify/spotify-1.0.80-r1.ebuild @@ -60,7 +60,7 @@ src_prepare() { } src_install() { - uncompress usr/share/doc/spotify-client/changelog.gz + gunzip usr/share/doc/spotify-client/changelog.gz || die dodoc usr/share/doc/spotify-client/changelog SPOTIFY_PKG_HOME=usr/share/spotify diff --git a/media-sound/spotify/spotify-1.0.92.ebuild b/media-sound/spotify/spotify-1.0.92.ebuild index fc7b07189b1d..ecc6f04660d3 100644 --- a/media-sound/spotify/spotify-1.0.92.ebuild +++ b/media-sound/spotify/spotify-1.0.92.ebuild @@ -60,7 +60,7 @@ src_prepare() { } src_install() { - uncompress usr/share/doc/spotify-client/changelog.gz + gunzip usr/share/doc/spotify-client/changelog.gz || die dodoc usr/share/doc/spotify-client/changelog SPOTIFY_PKG_HOME=usr/share/spotify |