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 0B629138334 for ; Thu, 16 Aug 2018 00:39:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E121E0995; Thu, 16 Aug 2018 00:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1E3FAE096F for ; Thu, 16 Aug 2018 00:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EA7CD335D0F for ; Thu, 16 Aug 2018 00:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C5F33BE for ; Thu, 16 Aug 2018 00:39:07 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1534378719.8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758 X-VCS-Branch: master Date: Thu, 16 Aug 2018 00:39:07 +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: 4b11d7ba-86cd-4956-8b9c-f75ecbec06c8 X-Archives-Hash: 136a1ba8f80d61fd6b453e139218e45b commit: 8cbfe79c89a50585d921a6e0a91c2bcb8f1e6758 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Aug 16 00:18:39 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Aug 16 00:18:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbfe79c app-emulation/wine-vanilla: x86 stable (bug #663454) Package-Manager: Portage-2.3.46, Repoman-2.3.10 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 0fc72130806..5ca2d89a3c0 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}"