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 0DEC9138330 for ; Fri, 14 Oct 2016 10:38:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62E55E0C84; Fri, 14 Oct 2016 10:37:46 +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 4CF5EE0C84 for ; Fri, 14 Oct 2016 10:37:46 +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 5735E341117 for ; Fri, 14 Oct 2016 10:37:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFF84300 for ; Fri, 14 Oct 2016 10:37:42 +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: <1476441456.398ebaabfed1b604ed7dcbc5e902b88afd14f32c.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: 398ebaabfed1b604ed7dcbc5e902b88afd14f32c X-VCS-Branch: master Date: Fri, 14 Oct 2016 10:37:42 +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: da7bf699-cf47-4a5d-a49a-079e390d9a5e X-Archives-Hash: 1d93c776c0fa9305c94b70313bf9dbdd commit: 398ebaabfed1b604ed7dcbc5e902b88afd14f32c Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 14 10:37:36 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 14 10:37:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398ebaab dev-libs/re2: amd64 stable wrt bug #597016 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo 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 fdc2acb..87daf45 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= )"