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 7C77B139085 for ; Mon, 16 Jan 2017 15:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E33B423407A; Mon, 16 Jan 2017 15:00:17 +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 C28AE23407A for ; Mon, 16 Jan 2017 15:00:17 +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 8992E340C9F for ; Mon, 16 Jan 2017 15:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0914286B for ; Mon, 16 Jan 2017 15:00:14 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1484578811.b1ce50d74d98eb189c863d9fb06ec73a4a20a105.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-layoutex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild dev-libs/icu-layoutex/icu-layoutex-58.2.ebuild X-VCS-Directories: dev-libs/icu-layoutex/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b1ce50d74d98eb189c863d9fb06ec73a4a20a105 X-VCS-Branch: master Date: Mon, 16 Jan 2017 15:00:14 +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: c196f8dd-2d2a-4255-b6c7-11e4dd6adac9 X-Archives-Hash: 8ca19229247d6b2dc750d7df79bd5e72 commit: b1ce50d74d98eb189c863d9fb06ec73a4a20a105 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 16 14:59:55 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 16 15:00:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ce50d7 dev-libs/icu-layoutex: Added multilib deps. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild | 6 +++--- dev-libs/icu-layoutex/icu-layoutex-58.2.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild index 5f5dd6a..fba8652 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild @@ -18,12 +18,12 @@ KEYWORDS="amd64 ~x86" IUSE="debug static-libs" RDEPEND=" - ~dev-libs/icu-${PV} - dev-libs/icu-le-hb + ~dev-libs/icu-${PV}[${MULTILIB_USEDEP}] + dev-libs/icu-le-hb[${MULTILIB_USEDEP}] " DEPEND=" - virtual/pkgconfig + virtual/pkgconfig[${MULTILIB_USEDEP}] ${RDEPEND} " diff --git a/dev-libs/icu-layoutex/icu-layoutex-58.2.ebuild b/dev-libs/icu-layoutex/icu-layoutex-58.2.ebuild index 15056ba..9b7b511 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-58.2.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-58.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,12 +18,12 @@ KEYWORDS="~amd64 ~x86" IUSE="debug static-libs" RDEPEND=" - ~dev-libs/icu-${PV} - dev-libs/icu-le-hb + ~dev-libs/icu-${PV}[${MULTILIB_USEDEP}] + dev-libs/icu-le-hb[${MULTILIB_USEDEP}] " DEPEND=" - virtual/pkgconfig + virtual/pkgconfig[${MULTILIB_USEDEP}] ${RDEPEND} "