diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-19 12:38:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-19 12:38:52 +0000 |
commit | 60c4fb4a4cc5cbdb91b8a338cd0fc18d6a220aa3 (patch) | |
tree | 9300329f9b480cbed3bf5b611ef360ae126686cf | |
parent | Add ~alpha/~ia64/~s390/~sh/~sparc wrt #357599 (diff) | |
download | gentoo-2-60c4fb4a4cc5cbdb91b8a338cd0fc18d6a220aa3.tar.gz gentoo-2-60c4fb4a4cc5cbdb91b8a338cd0fc18d6a220aa3.tar.bz2 gentoo-2-60c4fb4a4cc5cbdb91b8a338cd0fc18d6a220aa3.zip |
fix typo
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
-rw-r--r-- | dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild b/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild index feedc5a918c9..470a6ee4464e 100644 --- a/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild +++ b/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-r1.ebuild,v 1.1 2011/03/19 11:24:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild,v 1.2 2011/03/19 12:38:52 ssuominen Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -21,7 +21,7 @@ IUSE="examples" S=${WORKDIR}/pypoppler-${PV} -RDEPEND="( >=app-text/poppler-0.15.0[cairo] ) +RDEPEND=">=app-text/poppler-0.15.0[cairo] >=dev-python/pycairo-1.8.4 dev-python/pygobject:2 dev-python/pygtk:2" |