From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEBAE138206 for ; Thu, 18 Jan 2018 13:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EAEFE07A7; Thu, 18 Jan 2018 13:55:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DF09E07A7 for ; Thu, 18 Jan 2018 13:55:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFDD0335C0A for ; Thu, 18 Jan 2018 13:55:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F10A01A0 for ; Thu, 18 Jan 2018 13:54:59 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1516283692.76378fba1346168ef8b9ac1fcb16c8c9e34317a0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/winetricks/winetricks-20170823.ebuild app-emulation/winetricks/winetricks-99999999.ebuild X-VCS-Directories: app-emulation/winetricks/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 76378fba1346168ef8b9ac1fcb16c8c9e34317a0 X-VCS-Branch: master Date: Thu, 18 Jan 2018 13:54:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0450a394-4c2f-4d03-ac53-5aa2cf97a48a X-Archives-Hash: bc558cc2acf2ae7888f172290a76671d commit: 76378fba1346168ef8b9ac1fcb16c8c9e34317a0 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jan 18 13:54:11 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jan 18 13:54:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76378fba app-emulation/winetricks: do not alternate wine atom anymore Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-emulation/winetricks/winetricks-20170823.ebuild | 7 ++----- app-emulation/winetricks/winetricks-99999999.ebuild | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/app-emulation/winetricks/winetricks-20170823.ebuild b/app-emulation/winetricks/winetricks-20170823.ebuild index b1e5c8b6517..33701ee6fa5 100644 --- a/app-emulation/winetricks/winetricks-20170823.ebuild +++ b/app-emulation/winetricks/winetricks-20170823.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,10 +33,7 @@ RDEPEND="app-arch/cabextract app-arch/unzip net-misc/wget x11-misc/xdg-utils - || ( - app-emulation/wine - virtual/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 655af7ae313..c6636ccbdad 100644 --- a/app-emulation/winetricks/winetricks-99999999.ebuild +++ b/app-emulation/winetricks/winetricks-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,10 +33,7 @@ RDEPEND="app-arch/cabextract app-arch/unzip net-misc/wget x11-misc/xdg-utils - || ( - app-emulation/wine - virtual/wine - ) + virtual/wine gtk? ( gnome-extra/zenity ) kde? ( kde-apps/kdialog ) rar? ( app-arch/unrar )"