diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-08-22 22:59:20 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-08-22 22:59:20 -0500 |
commit | 90bc09db27eea43b112365bcb7cc669b861302aa (patch) | |
tree | 3f5c3e8a141b90e4310ac501c8a45d74dff56bd3 /media-sound | |
parent | 3551b519d0df9db1a35bbd0f5103a2816fc885f6 (diff) | |
download | gentoo-90bc09db27eea43b112365bcb7cc669b861302aa.tar.gz gentoo-90bc09db27eea43b112365bcb7cc669b861302aa.tar.xz |
media-sound/spotify: fix typo for bug 557624
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/spotify/spotify-0.9.17.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/spotify/spotify-0.9.17.1-r1.ebuild b/media-sound/spotify/spotify-0.9.17.1-r1.ebuild index 57214a63d15..08c175958ad 100644 --- a/media-sound/spotify/spotify-0.9.17.1-r1.ebuild +++ b/media-sound/spotify/spotify-0.9.17.1-r1.ebuild @@ -125,7 +125,7 @@ src_install() { pax-mark z "${ED}${SPOTIFY_HOME}/Data/SpotifyHelper" || die pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die pax-mark m "${ED}${SPOTIFY_HOME}/Data/SpotifyHelper" || die - eqawarn "You have set USE=pax_kernel meaning that you intendto run" + eqawarn "You have set USE=pax_kernel meaning that you intend to run" eqawarn "${PN} under a PaX enabled kernel. To do so, we must modify" eqawarn "the ${PN} binary itself and this *may* lead to breakage! If" eqawarn "you suspect that ${PN} is being broken by this modification," |