From a48d503053f92165f25624fc2ca6214a850c6a2c Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 28 Jun 2023 20:35:59 +0300 Subject: [PATCH] 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 --- app-misc/spicetify-cli/spicetify-cli-2.20.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/spicetify-cli/spicetify-cli-2.20.3.ebuild b/app-misc/spicetify-cli/spicetify-cli-2.20.3.ebuild index aebe5f0..e275036 100644 --- a/app-misc/spicetify-cli/spicetify-cli-2.20.3.ebuild +++ b/app-misc/spicetify-cli/spicetify-cli-2.20.3.ebuild @@ -28,7 +28,7 @@ whitelist_versions() { 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}" ;; "~")