diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-09 10:33:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-09 11:49:34 +0200 |
commit | 3fbd00c32b0b3f65dd0e3c1b77cbd3a500731879 (patch) | |
tree | 0f79e651ab7306edf280550eb5eff63d0e18f3d0 /dev-python/process-tests | |
parent | dev-python/pytest-cache: New package, ebuild written by me (diff) | |
download | gentoo-3fbd00c32b0b3f65dd0e3c1b77cbd3a500731879.tar.gz gentoo-3fbd00c32b0b3f65dd0e3c1b77cbd3a500731879.tar.bz2 gentoo-3fbd00c32b0b3f65dd0e3c1b77cbd3a500731879.zip |
dev-python/process-tests: Fix license
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/process-tests')
-rw-r--r-- | dev-python/process-tests/process-tests-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/process-tests/process-tests-1.1.0.ebuild b/dev-python/process-tests/process-tests-1.1.0.ebuild index 75f622ca6679..fe037f620fc0 100644 --- a/dev-python/process-tests/process-tests-1.1.0.ebuild +++ b/dev-python/process-tests/process-tests-1.1.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/ionelmc/python-process-tests https://pypi.python.or SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" -LICENSE="GPL-3+" +LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" |