diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-26 11:58:20 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-26 11:58:20 +0000 |
commit | 52357cf8afc4b567e21b230dfc2af78702636a6a (patch) | |
tree | 0f8f036efc5167b11e074d5acc1c42788349c42c /dev-python | |
parent | stable x86, bug 309705 (diff) | |
download | historical-52357cf8afc4b567e21b230dfc2af78702636a6a.tar.gz historical-52357cf8afc4b567e21b230dfc2af78702636a6a.tar.bz2 historical-52357cf8afc4b567e21b230dfc2af78702636a6a.zip |
stable x86, bug 309769
Package-Manager: portage-2.1.8.3/cvs/Linux i686
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.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-poppler/ChangeLog b/dev-python/python-poppler/ChangeLog index af853169ac1b..642eb90be520 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.6 2010/03/26 22:18:12 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.7 2010/04/26 11:58:20 fauli Exp $ + + 26 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + python-poppler-0.12.1.ebuild: + stable x86, bug 309769 26 Mar 2010; Ben de Groot <yngwin@gentoo.org> python-poppler-0.12.1.ebuild, metadata.xml: 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 6a6e11cbad75..a9f575691ee9 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.4 2010/03/26 22:18:12 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild,v 1.5 2010/04/26 11:58:20 fauli Exp $ EAPI="2" PYTHON_DEPEND="2:2.6" @@ -15,7 +15,7 @@ HOMEPAGE="http://launchpad.net/poppler-python" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="examples" S=${WORKDIR}/pypoppler-${PV} |