summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emulation/winetricks/winetricks-20170327.ebuild5
-rw-r--r--app-emulation/winetricks/winetricks-99999999.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/app-emulation/winetricks/winetricks-20170327.ebuild b/app-emulation/winetricks/winetricks-20170327.ebuild
index bcfd03b21363..66a4e4c1c215 100644
--- a/app-emulation/winetricks/winetricks-20170327.ebuild
+++ b/app-emulation/winetricks/winetricks-20170327.ebuild
@@ -31,9 +31,12 @@ DEPEND=""
RDEPEND="app-arch/cabextract
app-arch/p7zip
app-arch/unzip
- app-emulation/wine
net-misc/wget
x11-misc/xdg-utils
+ || (
+ app-emulation/wine
+ virtual/wine
+ )
gtk? ( gnome-extra/zenity )
kde? ( kde-apps/kdialog )
rar? ( app-arch/unrar )"
diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild
index 08a714102ab4..e62ac69ef230 100644
--- a/app-emulation/winetricks/winetricks-99999999.ebuild
+++ b/app-emulation/winetricks/winetricks-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -31,9 +31,12 @@ DEPEND=""
RDEPEND="app-arch/cabextract
app-arch/p7zip
app-arch/unzip
- app-emulation/wine
net-misc/wget
x11-misc/xdg-utils
+ || (
+ app-emulation/wine
+ virtual/wine
+ )
gtk? ( gnome-extra/zenity )
kde? ( kde-apps/kdialog )
rar? ( app-arch/unrar )"