diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:05:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:05:29 +0000 |
commit | e1472effe60a12e4590214f6f01aa0c3c00fd920 (patch) | |
tree | 4cf9d52fd8e66f482f68bd32da7e2ef5f10c68a3 /dev-python/PyPDF2 | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-e1472effe60a12e4590214f6f01aa0c3c00fd920.tar.gz gentoo-2-e1472effe60a12e4590214f6f01aa0c3c00fd920.tar.bz2 gentoo-2-e1472effe60a12e4590214f6f01aa0c3c00fd920.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/PyPDF2')
-rw-r--r-- | dev-python/PyPDF2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyPDF2/PyPDF2-1.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyPDF2/ChangeLog b/dev-python/PyPDF2/ChangeLog index 6f4d69682966..574a6e6f1de4 100644 --- a/dev-python/PyPDF2/ChangeLog +++ b/dev-python/PyPDF2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyPDF2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyPDF2/ChangeLog,v 1.1 2015/01/03 04:14:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyPDF2/ChangeLog,v 1.2 2015/03/06 22:05:29 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> PyPDF2-1.24.ebuild: + amd64 stable, bug 540290 *PyPDF2-1.24 (03 Jan 2015) diff --git a/dev-python/PyPDF2/PyPDF2-1.24.ebuild b/dev-python/PyPDF2/PyPDF2-1.24.ebuild index a4a94d38df2f..bbde83dacdb1 100644 --- a/dev-python/PyPDF2/PyPDF2-1.24.ebuild +++ b/dev-python/PyPDF2/PyPDF2-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyPDF2/PyPDF2-1.24.ebuild,v 1.1 2015/01/03 04:14:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyPDF2/PyPDF2-1.24.ebuild,v 1.2 2015/03/06 22:05:29 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples" python_install_all() { |