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 E0770138334 for ; Sun, 23 Dec 2018 21:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA20BE0AB6; Sun, 23 Dec 2018 21:44:52 +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 A097FE0AB6 for ; Sun, 23 Dec 2018 21:44:52 +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 07095335C8C for ; Sun, 23 Dec 2018 21:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E76A46F for ; Sun, 23 Dec 2018 21:44:49 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1545601470.815e1054d381272960cffd84bd30477680ba28db.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/frawor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/frawor/frawor-0.2.3.ebuild X-VCS-Directories: app-vim/frawor/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 815e1054d381272960cffd84bd30477680ba28db X-VCS-Branch: master Date: Sun, 23 Dec 2018 21:44:49 +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: a49637d6-2483-4b91-9623-4cff38d0f488 X-Archives-Hash: 2849851791d16340257cdd7984fdc064 commit: 815e1054d381272960cffd84bd30477680ba28db Author: Patrice Clement gentoo org> AuthorDate: Sat Dec 15 20:43:45 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 23 21:44:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815e1054 app-vim/frawor: mark stable for amd64+x86. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-vim/frawor/frawor-0.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild index 6a80c16a595..1f54b221723 100644 --- a/app-vim/frawor/frawor-0.2.3.ebuild +++ b/app-vim/frawor/frawor-0.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://bitbucket.org/ZyX_I/frawor" SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # Tests rely on zsh. No. RESTRICT="test"