app-misc/spicetify-cli: use all-of group for range depend

* No revision as it doesn't affect the current RDEPEND

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2023-06-28 20:35:59 +03:00
parent 71a9823fc1
commit a48d503053
No known key found for this signature in database
GPG Key ID: A12750536B5E7010

View File

@ -28,7 +28,7 @@ whitelist_versions() {
case ${version_spec} in case ${version_spec} in
"<>") "<>")
deps[$index]=">=media-sound/spotify-${version1} <=media-sound/spotify-${version2}" deps[$index]="( <=media-sound/spotify-${version2} >=media-sound/spotify-${version1} )"
SPOTIFY_VERSIONS+="${version1} -> ${version2}" SPOTIFY_VERSIONS+="${version1} -> ${version2}"
;; ;;
"~") "~")