From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-907112-garchives=archives.gentoo.org@lists.gentoo.org> 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 F2EFA13844A for <garchives@archives.gentoo.org>; Wed, 19 Oct 2016 16:24:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0671DE090B; Wed, 19 Oct 2016 16:24:44 +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 CC532E084C for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2016 16:24:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 929513411FA for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2016 16:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D04977E1 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Oct 2016 16:24:38 +0000 (UTC) From: "Patrice Clement" <monsieurp@gentoo.org> 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" <monsieurp@gentoo.org> Message-ID: <1476894278.a4c1b274a5ca930ba5233f4eeebc77d5e73d2b96.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/zenburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/zenburn/zenburn-2.25.ebuild X-VCS-Directories: app-vim/zenburn/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a4c1b274a5ca930ba5233f4eeebc77d5e73d2b96 X-VCS-Branch: master Date: Wed, 19 Oct 2016 16:24:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 77c53237-e6fb-4279-ad6f-f0c0dae35043 X-Archives-Hash: 4b4f3924a84f4d82bd0fa5e9a7f589d7 commit: a4c1b274a5ca930ba5233f4eeebc77d5e73d2b96 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Oct 18 21:53:43 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Oct 19 16:24:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c1b274 app-vim/zenburn: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy. Package-Manager: portage-2.3.0 app-vim/zenburn/zenburn-2.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/zenburn/zenburn-2.25.ebuild b/app-vim/zenburn/zenburn-2.25.ebuild index cb46827..c17d87a 100644 --- a/app-vim/zenburn/zenburn-2.25.ebuild +++ b/app-vim/zenburn/zenburn-2.25.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Low-contrast color scheme for Vim" HOMEPAGE="https://github.com/jnurmine/Zenburn" SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.zip -> ${P}.zip" LICENSE="GPL-1" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" DEPEND="app-arch/unzip"