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 C9D871395E3 for ; Sun, 6 Nov 2016 19:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A6DFE08C7; Sun, 6 Nov 2016 19:10:33 +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 835A6E08C7 for ; Sun, 6 Nov 2016 19:10:33 +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 48F30340FA4 for ; Sun, 6 Nov 2016 19:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46520249D for ; Sun, 6 Nov 2016 19:10:29 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1478459421.d5d549de1009c7d7e3e8ae4cab1fa32f39c62efb.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu/icu-58.1.ebuild X-VCS-Directories: dev-libs/icu/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d5d549de1009c7d7e3e8ae4cab1fa32f39c62efb X-VCS-Branch: master Date: Sun, 6 Nov 2016 19:10:29 +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: a7d82ad1-0ffa-477c-9a0d-3d0347711f4d X-Archives-Hash: e70c72f4fdac84040cb6ab5b34ac61eb commit: d5d549de1009c7d7e3e8ae4cab1fa32f39c62efb Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Nov 6 19:04:46 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sun Nov 6 19:10:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d549de dev-libs/icu: Disable layoutex engine, provided by dev-libs/icu-layoutex Package-Manager: portage-2.3.2 dev-libs/icu/icu-58.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/icu/icu-58.1.ebuild b/dev-libs/icu/icu-58.1.ebuild index e5fd0fd..4dc0099 100644 --- a/dev-libs/icu/icu-58.1.ebuild +++ b/dev-libs/icu/icu-58.1.ebuild @@ -83,6 +83,7 @@ multilib_src_configure() { local myeconfargs=( --disable-renaming --disable-samples + --disable-layoutex $(use_enable debug) $(use_enable static-libs static) )