From 8af4de88aa2455bad8334b9473921759b4ee6b65 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 13 Sep 2016 13:34:05 +0200 Subject: dev-python/python-zipstream: add py2.7, py3.5, update LICENSE. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2319 Signed-off-by: Patrice Clement --- dev-python/python-zipstream/python-zipstream-1.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/python-zipstream/python-zipstream-1.1.4.ebuild') diff --git a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild index f14c80904853..3ef1788ab52b 100644 --- a/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild +++ b/dev-python/python-zipstream/python-zipstream-1.1.4.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 @@ -12,7 +12,7 @@ DESCRIPTION="A zip archive generator" HOMEPAGE="https://github.com/allanlei/python-zipstream" SRC_URI="https://github.com/allanlei/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -- cgit v1.2.3