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 BBE9F138334 for ; Sat, 9 Jun 2018 21:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0263CE088F; Sat, 9 Jun 2018 21:58:53 +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 C14C8E088F for ; Sat, 9 Jun 2018 21:58:52 +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 63126335C93 for ; Sat, 9 Jun 2018 21:58:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 773A63D for ; Sat, 9 Jun 2018 21:58: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: <1528581519.53509321ce320488c399003a2975d6aa9443d25e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/airline/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/airline/airline-0.9.ebuild X-VCS-Directories: app-vim/airline/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 53509321ce320488c399003a2975d6aa9443d25e X-VCS-Branch: master Date: Sat, 9 Jun 2018 21:58: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-Archives-Salt: 038479d2-593a-438e-85fa-2dfe59cc468a X-Archives-Hash: fdcf99bcd070b28ef26c97cb3808d772 commit: 53509321ce320488c399003a2975d6aa9443d25e Author: Patrice Clement gentoo org> AuthorDate: Fri Jun 8 10:27:53 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Jun 9 21:58:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53509321 app-vim/airline: stable for amd64+x86. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/airline/airline-0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/airline/airline-0.9.ebuild b/app-vim/airline/airline-0.9.ebuild index 2b0d045e241..66e1c77f5de 100644 --- a/app-vim/airline/airline-0.9.ebuild +++ b/app-vim/airline/airline-0.9.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} != 9999* ]] ; then MY_PN=vim-${PN} MY_P=${MY_PN}-${PV} SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" S=${WORKDIR}/${MY_P} else inherit git-r3