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 ED29E138330 for ; Wed, 24 Aug 2016 19:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2FD121C0FA; Wed, 24 Aug 2016 19:08:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC4FE21C10F for ; Wed, 24 Aug 2016 19:08:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BE95340997 for ; Wed, 24 Aug 2016 19:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FBA9246C for ; Wed, 24 Aug 2016 19:07:59 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1472065676.3e64fbcfe0cc5da8d812adad1a553750fdda6a99.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine/wine-1.8.3.ebuild X-VCS-Directories: app-emulation/wine/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 3e64fbcfe0cc5da8d812adad1a553750fdda6a99 X-VCS-Branch: master Date: Wed, 24 Aug 2016 19:07: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: 52f84558-8f82-44b1-87dc-227dfe1b6968 X-Archives-Hash: 63f5133f1a816eb691392cd5bec06255 commit: 3e64fbcfe0cc5da8d812adad1a553750fdda6a99 Author: NP-Hardass gentoo org> AuthorDate: Wed Aug 24 19:02:27 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Wed Aug 24 19:07:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e64fbcf app-emulation/wine: Stable on amd64 and x86 wrt #591152 Package-Manager: portage-2.3.0 app-emulation/wine/wine-1.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine/wine-1.8.3.ebuild b/app-emulation/wine/wine-1.8.3.ebuild index 1feebae..7505959 100644 --- a/app-emulation/wine/wine-1.8.3.ebuild +++ b/app-emulation/wine/wine-1.8.3.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then else MAJOR_V=$(get_version_component_range 1-2) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.bz2" - KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" + KEYWORDS="-* amd64 x86 ~x86-fbsd" fi VANILLA_GV="2.40"