Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/
Date: Mon, 28 Sep 2015 15:27:35
Message-Id: 1443454049.dfffa3392f994062c9d0de2f6bc65d245e99f8e7.floppym@gentoo
1 commit: dfffa3392f994062c9d0de2f6bc65d245e99f8e7
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 15:26:09 2015 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 15:27:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfffa339
7
8 dev-libs/icu: Depend on virtual/pkgconfig
9
10 Bug: https://bugs.gentoo.org/561680
11
12 Package-Manager: portage-2.2.22_p3
13
14 dev-libs/icu/icu-54.1-r1.ebuild | 1 +
15 dev-libs/icu/icu-55.1.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/dev-libs/icu/icu-54.1-r1.ebuild b/dev-libs/icu/icu-54.1-r1.ebuild
19 index 14a833a..3cf83ef 100644
20 --- a/dev-libs/icu/icu-54.1-r1.ebuild
21 +++ b/dev-libs/icu/icu-54.1-r1.ebuild
22 @@ -18,6 +18,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
23 IUSE="debug doc examples static-libs"
24
25 DEPEND="
26 + virtual/pkgconfig
27 doc? (
28 app-doc/doxygen[dot]
29 )
30
31 diff --git a/dev-libs/icu/icu-55.1.ebuild b/dev-libs/icu/icu-55.1.ebuild
32 index 18963fe..896fda0 100644
33 --- a/dev-libs/icu/icu-55.1.ebuild
34 +++ b/dev-libs/icu/icu-55.1.ebuild
35 @@ -18,6 +18,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
36 IUSE="debug doc examples static-libs"
37
38 DEPEND="
39 + virtual/pkgconfig
40 doc? (
41 app-doc/doxygen[dot]
42 )