From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-837358-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5384B13881E
	for <garchives@archives.gentoo.org>; Mon, 28 Sep 2015 15:27:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F2AADE084C;
	Mon, 28 Sep 2015 15:27:34 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A9513E084C
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Sep 2015 15:27:34 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F0C6D34096F
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Sep 2015 15:27:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A261FB
	for <gentoo-commits@lists.gentoo.org>; Mon, 28 Sep 2015 15:27:32 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1443454049.dfffa3392f994062c9d0de2f6bc65d245e99f8e7.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/icu/icu-54.1-r1.ebuild dev-libs/icu/icu-55.1.ebuild
X-VCS-Directories: dev-libs/icu/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: dfffa3392f994062c9d0de2f6bc65d245e99f8e7
X-VCS-Branch: master
Date: Mon, 28 Sep 2015 15:27:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b970bd67-05e0-484b-b2eb-968e4a872dec
X-Archives-Hash: 6f588b6ee26eddfe1094b4d435d5e470

commit:     dfffa3392f994062c9d0de2f6bc65d245e99f8e7
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 15:26:09 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 15:27:29 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfffa339

dev-libs/icu: Depend on virtual/pkgconfig

Bug: https://bugs.gentoo.org/561680

Package-Manager: portage-2.2.22_p3

 dev-libs/icu/icu-54.1-r1.ebuild | 1 +
 dev-libs/icu/icu-55.1.ebuild    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-libs/icu/icu-54.1-r1.ebuild b/dev-libs/icu/icu-54.1-r1.ebuild
index 14a833a..3cf83ef 100644
--- a/dev-libs/icu/icu-54.1-r1.ebuild
+++ b/dev-libs/icu/icu-54.1-r1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
 IUSE="debug doc examples static-libs"
 
 DEPEND="
+	virtual/pkgconfig
 	doc? (
 		app-doc/doxygen[dot]
 	)

diff --git a/dev-libs/icu/icu-55.1.ebuild b/dev-libs/icu/icu-55.1.ebuild
index 18963fe..896fda0 100644
--- a/dev-libs/icu/icu-55.1.ebuild
+++ b/dev-libs/icu/icu-55.1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
 IUSE="debug doc examples static-libs"
 
 DEPEND="
+	virtual/pkgconfig
 	doc? (
 		app-doc/doxygen[dot]
 	)