diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-09-16 08:22:38 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-09-16 08:22:38 +0000 |
commit | 746cae19424ed638b7d22d3302d4c26a01937eb4 (patch) | |
tree | c8db3fea02bcc4453c87a499f50e9c7ebb270073 /dev-python/weasyprint | |
parent | Add more python targets (diff) | |
download | gentoo-2-746cae19424ed638b7d22d3302d4c26a01937eb4.tar.gz gentoo-2-746cae19424ed638b7d22d3302d4c26a01937eb4.tar.bz2 gentoo-2-746cae19424ed638b7d22d3302d4c26a01937eb4.zip |
Add more python targets
(Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/weasyprint')
-rw-r--r-- | dev-python/weasyprint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/weasyprint/weasyprint-0.19.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/weasyprint/ChangeLog b/dev-python/weasyprint/ChangeLog index 9c7a54d45f5d..e9902d37f4a4 100644 --- a/dev-python/weasyprint/ChangeLog +++ b/dev-python/weasyprint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/weasyprint # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/ChangeLog,v 1.1 2013/09/12 03:02:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/ChangeLog,v 1.2 2013/09/16 08:22:38 patrick Exp $ + + 16 Sep 2013; Patrick Lauer <patrick@gentoo.org> weasyprint-0.19.2.ebuild: + Add more python targets *weasyprint-0.19.2 (12 Sep 2013) diff --git a/dev-python/weasyprint/weasyprint-0.19.2.ebuild b/dev-python/weasyprint/weasyprint-0.19.2.ebuild index 69d9a5294816..93c1d6faa152 100644 --- a/dev-python/weasyprint/weasyprint-0.19.2.ebuild +++ b/dev-python/weasyprint/weasyprint-0.19.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/weasyprint-0.19.2.ebuild,v 1.1 2013/09/12 03:02:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/weasyprint/weasyprint-0.19.2.ebuild,v 1.2 2013/09/16 08:22:38 patrick Exp $ EAPI="5" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) inherit distutils-r1 |