aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Smaniotto <smaniotto.nicola@gmail.com>2021-08-28 13:19:12 +0200
committerNicola Smaniotto <smaniotto.nicola@gmail.com>2021-08-28 13:21:54 +0200
commit1bf86324d6f875bcbbf64930e5cb9fc265f0cb26 (patch)
tree48cd6a149029ea345f0208d9aa7d7e558cdd1bf4
parentnet-misc/smcroute: Drop old (diff)
downloadguru-1bf86324.tar.gz
guru-1bf86324.tar.bz2
guru-1bf86324.zip
media-sound/spotify_dl: 7.6.0 fixes
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
-rw-r--r--media-sound/spotify_dl/spotify_dl-7.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
index 704a2aa8f4..962c388450 100644
--- a/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
+++ b/media-sound/spotify_dl/spotify_dl-7.6.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
-MY_PN="spotify-dl"
+MY_PN="${PN/_/-}"
DESCRIPTION="Downloads songs from a Spotify Playlist/Track/Album that you provide"
HOMEPAGE="https://github.com/SathyaBhat/spotify-dl/"
@@ -26,5 +26,5 @@ RDEPEND="
media-libs/mutagen[${PYTHON_USEDEP}]
dev-python/sentry-sdk[${PYTHON_USEDEP}]
dev-python/peewee[${PYTHON_USEDEP}]
- >=net-misc/youtube-dl-2021.06.06
+ >=net-misc/youtube-dl-2021.06.06[${PYTHON_USEDEP}]
"