From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-906362-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 C91A8138331 for <garchives@archives.gentoo.org>; Fri, 14 Oct 2016 10:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E3E7E0C8E; Fri, 14 Oct 2016 10:38:19 +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 184C1E0C8E for <gentoo-commits@lists.gentoo.org>; Fri, 14 Oct 2016 10:38:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0621434119A for <gentoo-commits@lists.gentoo.org>; Fri, 14 Oct 2016 10:38:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A28FA300 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Oct 2016 10:38:16 +0000 (UTC) From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org> Message-ID: <1476441489.80a8a38e358127b09724ad1adfdaacdaf96bc90d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/re2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/re2/re2-0.2016.05.01.ebuild X-VCS-Directories: dev-libs/re2/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 80a8a38e358127b09724ad1adfdaacdaf96bc90d X-VCS-Branch: master Date: Fri, 14 Oct 2016 10:38:16 +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: ddc93abf-3716-4c1c-959f-90a17d69ead1 X-Archives-Hash: 092fd95595734dbd18a6448b6b88aad2 commit: 80a8a38e358127b09724ad1adfdaacdaf96bc90d Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Fri Oct 14 10:38:09 2016 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Fri Oct 14 10:38:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a8a38e dev-libs/re2: x86 stable wrt bug #597016 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> dev-libs/re2/re2-0.2016.05.01.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/re2/re2-0.2016.05.01.ebuild b/dev-libs/re2/re2-0.2016.05.01.ebuild index 87daf45..68dc51e 100644 --- a/dev-libs/re2/re2-0.2016.05.01.ebuild +++ b/dev-libs/re2/re2-0.2016.05.01.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/google/re2/archive/${RE2_VER}.tar.gz -> ${PN}-${RE2_ LICENSE="BSD" # NOTE: Always run libre2 through abi-compliance-checker! SLOT="0/0.2016.05.01" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="icu" RDEPEND="icu? ( dev-libs/icu:0= )"