diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-08 07:22:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:46:11 +0100 |
commit | 7ab0a28d8652bc4a8d5eb27580225d4fec1eedf3 (patch) | |
tree | 7854441390ce38c86047ceb6e36fc9696b45cac7 /app-emulation/protontricks | |
parent | app-emulation/fs-uae-launcher: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-7ab0a28d8652bc4a8d5eb27580225d4fec1eedf3.tar.gz gentoo-7ab0a28d8652bc4a8d5eb27580225d4fec1eedf3.tar.bz2 gentoo-7ab0a28d8652bc4a8d5eb27580225d4fec1eedf3.zip |
app-emulation/protontricks: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/protontricks')
-rw-r--r-- | app-emulation/protontricks/protontricks-1.3.1-r1.ebuild (renamed from app-emulation/protontricks/protontricks-1.3.1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/protontricks/protontricks-1.3.1.ebuild b/app-emulation/protontricks/protontricks-1.3.1-r1.ebuild index 0b0e576d39a3..69b87925ea07 100644 --- a/app-emulation/protontricks/protontricks-1.3.1.ebuild +++ b/app-emulation/protontricks/protontricks-1.3.1-r1.ebuild @@ -19,7 +19,9 @@ IUSE="+gui" RDEPEND="${PYTHON_DEPS} app-emulation/winetricks - dev-python/vdf[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/vdf[${PYTHON_MULTI_USEDEP}] + ') gui? ( gnome-extra/zenity || ( app-emulation/winetricks[gtk] |