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 DBE88138350 for ; Sun, 26 Apr 2020 14:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D8FE0A5B; Sun, 26 Apr 2020 14:17:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1C643E0A5B for ; Sun, 26 Apr 2020 14:17:30 +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 4B30C34F6DA for ; Sun, 26 Apr 2020 14:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 027431F5 for ; Sun, 26 Apr 2020 14:16:58 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1587910573.b94c91b1a761c44d5ddb1d05ee27fe5b7e51c15a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-openvpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.10-r2.ebuild X-VCS-Directories: net-vpn/networkmanager-openvpn/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b94c91b1a761c44d5ddb1d05ee27fe5b7e51c15a X-VCS-Branch: master Date: Sun, 26 Apr 2020 14:16:58 +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: bc24cbd7-c335-47fe-bc97-2e77a9193057 X-Archives-Hash: 50c76a227aed7f957c7743c700dcb823 commit: b94c91b1a761c44d5ddb1d05ee27fe5b7e51c15a Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Apr 26 14:16:13 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Apr 26 14:16:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94c91b1 net-vpn/networkmanager-openvpn: x86 stable wrt bug #718668 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.10-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.10-r2.ebuild b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.10-r2.ebuild index f8b8700353f..98147f68861 100644 --- a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.10-r2.ebuild +++ b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.10-r2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="gtk test" RESTRICT="!test? ( test )"