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 BBC52139578 for ; Sun, 6 Nov 2016 15:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B9F9E07FD; Sun, 6 Nov 2016 15:59:59 +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 E4605E07FD for ; Sun, 6 Nov 2016 15:59:58 +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 B2DF834180C for ; Sun, 6 Nov 2016 15:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254DEA7 for ; Sun, 6 Nov 2016 15:59:54 +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: <1478447988.3c23de9e2e6ecd8e074b212144cd492049d17c4f.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 X-VCS-Directories: dev-libs/icu-layoutex/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3c23de9e2e6ecd8e074b212144cd492049d17c4f X-VCS-Branch: master Date: Sun, 6 Nov 2016 15:59:54 +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: b15e6064-138d-4fd6-9de0-03f3e2c6e50f X-Archives-Hash: 80463c8b5d67b952587056337969c57b commit: 3c23de9e2e6ecd8e074b212144cd492049d17c4f Author: Lars Wendler gentoo org> AuthorDate: Sun Nov 6 15:59:48 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Nov 6 15:59:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c23de9e dev-libs/icu-layoutex: Fixed dependencies. Package-Manager: portage-2.3.2 dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild index 663248e..7abf84b 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-58.1.ebuild @@ -17,12 +17,16 @@ SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug static-libs" -DEPEND=" - virtual/pkgconfig +RDEPEND=" ~dev-libs/icu-${PV} dev-libs/icu-le-hb " +DEPEND=" + virtual/pkgconfig + ${RDEPEND} +" + S="${WORKDIR}/${PN/-layoutex}/source" PATCHES=(