commit:     cfd566c78b71cf5a66c28fbcb6e2259f6cd8d597
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May  9 18:21:11 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May  9 18:21:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfd566c7

games-misc/an-anime-game-launcher-bin: relax winetricks dep

Presumably you'll only need winetricks to install dxvk et al(?)
Dxvk-bin is an alternative way of installing it into a wineprefix

The direct dependency on winetricks causes the CI to complain.

(What we really need is per-profile masking in overlay!)

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 .../an-anime-game-launcher-bin-2.3.2.ebuild                         | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild 
b/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild
index a0c6f95cd..c079f23d0 100644
--- 
a/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild
+++ 
b/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild
@@ -17,8 +17,10 @@ RDEPEND="
        app-arch/cabextract
        app-arch/tar
        app-arch/unzip
-       app-emulation/dxvk-bin
-       app-emulation/winetricks
+       || (
+               app-emulation/dxvk-bin
+               app-emulation/winetricks
+       )
        dev-libs/libdbusmenu
        dev-util/xdelta[lzma]
        dev-vcs/git

Reply via email to