diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-poppler/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-poppler/ChangeLog b/dev-python/python-poppler/ChangeLog index 7fab80b17f87..f7373bca0af0 100644 --- a/dev-python/python-poppler/ChangeLog +++ b/dev-python/python-poppler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-poppler # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.13 2011/08/11 12:44:31 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.14 2011/08/14 14:48:42 hwoarang Exp $ + + 14 Aug 2011; Markos Chandras <hwoarang@gentoo.org> + python-poppler-0.12.1-r1.ebuild: + Stable on amd64 wrt bug #378317 11 Aug 2011; Thomas Kahle <tomka@gentoo.org> python-poppler-0.12.1-r1.ebuild: x86 stable per bug 378317 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 66b67caf6821..efffda647114 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.3 2011/08/11 12:44:31 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild,v 1.4 2011/08/14 14:48:42 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -16,7 +16,7 @@ SRC_URI="http://launchpad.net/poppler-python/trunk/development/+download/pypoppl LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="examples" S=${WORKDIR}/pypoppler-${PV} |