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 1A125138334 for ; Mon, 9 Jul 2018 00:49:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD24CE08F6; Mon, 9 Jul 2018 00:49:50 +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 89D92E08F6 for ; Mon, 9 Jul 2018 00:49:50 +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 B2C13335C63 for ; Mon, 9 Jul 2018 00:49:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF9C435A for ; Mon, 9 Jul 2018 00:49:46 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1531097364.c5f62b96d995541d580f8b6e268f3305038f0769.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: c5f62b96d995541d580f8b6e268f3305038f0769 X-VCS-Branch: master Date: Mon, 9 Jul 2018 00:49:46 +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: 5ebc0cd3-7493-46d5-a279-88d380d13a33 X-Archives-Hash: 9f3fe942855166bc6716b330e9d0ece1 commit: c5f62b96d995541d580f8b6e268f3305038f0769 Author: Nick Sarnie gentoo org> AuthorDate: Mon Jul 9 00:49:24 2018 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Mon Jul 9 00:49:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=c5f62b96 app-emulation/wine-vanilla: Sync with ::gentoo Add stable versions Package-Manager: Portage-2.3.41, Repoman-2.3.9 app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild index 0fc7213..eb3d66d 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-3.0.1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-3.0.1.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}"