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 96D03138334 for ; Thu, 20 Jun 2019 09:07:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C04DDE0919; Thu, 20 Jun 2019 09:07:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A6DDBE0919 for ; Thu, 20 Jun 2019 09:07:07 +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 C515634655E for ; Thu, 20 Jun 2019 09:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7632A55B for ; Thu, 20 Jun 2019 09:07:05 +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: <1561021606.87ad3cc09048df34a475283a19abc86c293b1f4b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 87ad3cc09048df34a475283a19abc86c293b1f4b X-VCS-Branch: master Date: Thu, 20 Jun 2019 09:07:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 017ecdad-61af-4210-9a19-8b4547885481 X-Archives-Hash: fa019cd290629661c7bfea4edce3a88b commit: 87ad3cc09048df34a475283a19abc86c293b1f4b Author: Mikle Kolyada gentoo org> AuthorDate: Thu Jun 20 09:06:46 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Jun 20 09:06:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ad3cc0 app-emulation/wine-vanilla: amd64 stable wrt bug #687404 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild index 70856ec14e1..42c830fe615 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.0.1.ebuild @@ -21,7 +21,7 @@ else MAJOR_V=$(ver_cut 1) MINOR_V=$(ver_cut 2) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* amd64 ~x86 ~x86-fbsd" fi S="${WORKDIR}/${MY_P}"