diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2010-12-30 01:38:39 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2010-12-30 01:38:39 +0000 |
commit | 2c42ab752c9bf8d4dbcdf4bbba731374843935e6 (patch) | |
tree | 12475ae046b8d425ac50f48835014e5240392dcc /dev-python/python-poppler | |
parent | add zip dep bug #350081 (diff) | |
download | gentoo-2-2c42ab752c9bf8d4dbcdf4bbba731374843935e6.tar.gz gentoo-2-2c42ab752c9bf8d4dbcdf4bbba731374843935e6.tar.bz2 gentoo-2-2c42ab752c9bf8d4dbcdf4bbba731374843935e6.zip |
Restricting the version of the app-text/poppler dependency due to API changes on version 0.16.0 (bug #349955).
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-poppler')
-rw-r--r-- | dev-python/python-poppler/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-poppler/python-poppler-0.12.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/python-poppler/ChangeLog b/dev-python/python-poppler/ChangeLog index 5e7dcad0a687..ad1b5fc2b96e 100644 --- a/dev-python/python-poppler/ChangeLog +++ b/dev-python/python-poppler/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-poppler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.9 2010/06/11 19:22:25 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.10 2010/12/30 01:38:39 rafaelmartins Exp $ + + 30 Dec 2010; Rafael G. Martins <rafaelmartins@gentoo.org> + python-poppler-0.12.1.ebuild: + Restricting the version of the app-text/poppler dependency due to API changes + on version 0.16.0 (bug #349955). 11 Jun 2010; Ben de Groot <yngwin@gentoo.org> metadata.xml: Removing myself as maintainer, reassigning to python herd diff --git a/dev-python/python-poppler/python-poppler-0.12.1.ebuild b/dev-python/python-poppler/python-poppler-0.12.1.ebuild index 0507aa7a437c..1ebed8178f71 100644 --- a/dev-python/python-poppler/python-poppler-0.12.1.ebuild +++ b/dev-python/python-poppler/python-poppler-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild,v 1.7 2010/06/15 13:59:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild,v 1.8 2010/12/30 01:38:39 rafaelmartins Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -21,7 +21,7 @@ IUSE="examples" S="${WORKDIR}/pypoppler-${PV}" -RDEPEND=">=app-text/poppler-0.12.3-r3[cairo] +RDEPEND="( >=app-text/poppler-0.12.3-r3[cairo] <app-text/poppler-0.16.0[cairo] ) >=dev-python/pycairo-1.8.4 dev-python/pygobject:2 dev-python/pygtk:2" |