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 7FF53138334 for ; Fri, 7 Dec 2018 21:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B1CE0AD9; Fri, 7 Dec 2018 21:27:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 21828E0AD9 for ; Fri, 7 Dec 2018 21:27:00 +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 DB58F335CD9 for ; Fri, 7 Dec 2018 21:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF9CF4DB for ; Fri, 7 Dec 2018 21:26:56 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1544217901.36b6cb50eaa9259be21e5f0b73c3cf4e891b1ae5.rich0@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.2018.10.01.ebuild X-VCS-Directories: dev-libs/re2/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: 36b6cb50eaa9259be21e5f0b73c3cf4e891b1ae5 X-VCS-Branch: master Date: Fri, 7 Dec 2018 21:26:56 +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: 1469c6d2-69cc-4fff-b8e0-03a692b4fc36 X-Archives-Hash: cd4a4139c8605e55cab038528d2685a2 commit: 36b6cb50eaa9259be21e5f0b73c3cf4e891b1ae5 Author: Richard Freeman gentoo org> AuthorDate: Fri Dec 7 21:25:01 2018 +0000 Commit: Richard Freeman gentoo org> CommitDate: Fri Dec 7 21:25:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b6cb50 dev-libs/re2: amd64 stable Bug: https://bugs.gentoo.org/672692 Signed-off-by: Richard Freeman gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/re2/re2-0.2018.10.01.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/re2/re2-0.2018.10.01.ebuild b/dev-libs/re2/re2-0.2018.10.01.ebuild index 641a2517280..12dc11e488e 100644 --- a/dev-libs/re2/re2-0.2018.10.01.ebuild +++ b/dev-libs/re2/re2-0.2018.10.01.ebuild @@ -18,7 +18,7 @@ LICENSE="BSD" # https://abi-laboratory.pro/tracker/timeline/re2/ SONAME="gentoo-2017-03-01" SLOT="0/${SONAME}" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="icu" RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )"