diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-09-28 11:26:09 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-09-28 11:27:29 -0400 |
commit | dfffa3392f994062c9d0de2f6bc65d245e99f8e7 (patch) | |
tree | f8e30a1d682f8e6c501719c477e069d4dc9dfc59 /dev-libs/icu | |
parent | dev-python/pyasn1: add alpha keyword (diff) | |
download | gentoo-dfffa3392f994062c9d0de2f6bc65d245e99f8e7.tar.gz gentoo-dfffa3392f994062c9d0de2f6bc65d245e99f8e7.tar.bz2 gentoo-dfffa3392f994062c9d0de2f6bc65d245e99f8e7.zip |
dev-libs/icu: Depend on virtual/pkgconfig
Bug: https://bugs.gentoo.org/561680
Package-Manager: portage-2.2.22_p3
Diffstat (limited to 'dev-libs/icu')
-rw-r--r-- | dev-libs/icu/icu-54.1-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/icu/icu-55.1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/icu/icu-54.1-r1.ebuild b/dev-libs/icu/icu-54.1-r1.ebuild index 14a833a71d83..3cf83effa2de 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 18963fe58297..896fda0d68b8 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] ) |