dev-python/pyicu-1.9.5: add upper limit on dev-libs/icu version
authorMarek Szuba <marecki@gentoo.org>
Wed, 17 Jan 2018 10:00:42 +0000 (11:00 +0100)
committerMarek Szuba <marecki@gentoo.org>
Wed, 17 Jan 2018 10:01:33 +0000 (11:01 +0100)
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

index a6ccb72671c8e3cdd65598ba5a79529db07fae17..df826c4fe4c96264cee99feafd7c0bee89cbfce1 100644 (file)
@@ -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}