diff options
author | Marek Szuba <marecki@gentoo.org> | 2018-01-17 11:00:42 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2018-01-17 11:01:33 +0100 |
commit | e4ee51adbe1c7c3ae14cb85a331c747f2b85cee0 (patch) | |
tree | 7dd650608eae557211687b2c88b46316d5dbd0de /dev-python/pyicu | |
parent | media-radio/gpredict: Version bump to 2.2 (diff) | |
download | gentoo-e4ee51adbe1c7c3ae14cb85a331c747f2b85cee0.tar.gz gentoo-e4ee51adbe1c7c3ae14cb85a331c747f2b85cee0.tar.bz2 gentoo-e4ee51adbe1c7c3ae14cb85a331c747f2b85cee0.zip |
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
Diffstat (limited to 'dev-python/pyicu')
-rw-r--r-- | dev-python/pyicu/pyicu-1.9.5.ebuild | 4 |
1 files 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 a6ccb72671c8..df826c4fe4c9 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} |