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:
parent
71a9823fc1
commit
a48d503053
@ -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}"
|
||||||
;;
|
;;
|
||||||
"~")
|
"~")
|
||||||
|
Loading…
Reference in New Issue
Block a user