commit:     e4ee51adbe1c7c3ae14cb85a331c747f2b85cee0
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 10:00:42 2018 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 10:01:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ee51ad

dev-python/pyicu-1.9.5: add upper limit on dev-libs/icu version

Support for 59.1 was only added in 1.9.7, for 60.1 - in 1.9.8.

Closes: https://bugs.gentoo.org/644806
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/pyicu/pyicu-1.9.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyicu/pyicu-1.9.5.ebuild 
b/dev-python/pyicu/pyicu-1.9.5.ebuild
index a6ccb72671c..df826c4fe4c 100644
--- a/dev-python/pyicu/pyicu-1.9.5.ebuild
+++ b/dev-python/pyicu/pyicu-1.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/icu
+       <dev-libs/icu-59
 "
 # epydoc supports only python2*
 DEPEND="${RDEPEND}

Reply via email to