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 CCB95138334 for ; Thu, 16 Aug 2018 22:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 640B6E083D; Thu, 16 Aug 2018 22:43:01 +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 3891EE083D for ; Thu, 16 Aug 2018 22:43:00 +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 EB6BC335D58 for ; Thu, 16 Aug 2018 22:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7192390 for ; Thu, 16 Aug 2018 22:42:55 +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: <1534459351.9cf651c5e2ef1a9f30b4072a8a291f3a788cb14d.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-3.0.2.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9cf651c5e2ef1a9f30b4072a8a291f3a788cb14d X-VCS-Branch: master Date: Thu, 16 Aug 2018 22:42:55 +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: a470fc56-246a-44ad-b527-eb7a78ddd787 X-Archives-Hash: 7baad7a8e6025cd1841c4f9b206b68b2 commit: 9cf651c5e2ef1a9f30b4072a8a291f3a788cb14d Author: Mikle Kolyada gentoo org> AuthorDate: Thu Aug 16 22:42:31 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Aug 16 22:42:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf651c5 app-emulation/wine-vanilla: amd64 stable wrt bug #663454 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild index 5ca2d89a3c0..eb3d66d40dd 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.2.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else MAJOR_V=$(get_version_component_range 1) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz" - KEYWORDS="-* ~amd64 x86 ~x86-fbsd" + KEYWORDS="-* amd64 x86 ~x86-fbsd" fi S="${WORKDIR}/${MY_P}"