diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-05-21 14:46:56 -0400 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-05-22 13:04:00 -0400 |
commit | abe873b6ec147aad98189b197167c5a51f6cb1ea (patch) | |
tree | 127f06d901bebf7c5e49199f45d4bf1a62963e98 /dev-python/uranium | |
parent | profiles: Mask KDE Toys for removal (diff) | |
download | gentoo-abe873b6ec147aad98189b197167c5a51f6cb1ea.tar.gz gentoo-abe873b6ec147aad98189b197167c5a51f6cb1ea.tar.bz2 gentoo-abe873b6ec147aad98189b197167c5a51f6cb1ea.zip |
dev-python/uranium: fix license: s/AGPL-3/APGL-3+/
From UM/__init__.py:
"Uranium is released under the terms of the AGPLv3 or higher."
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/uranium')
-rw-r--r-- | dev-python/uranium/uranium-2.1.0_beta-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uranium/uranium-2.1.0_beta-r2.ebuild b/dev-python/uranium/uranium-2.1.0_beta-r2.ebuild index 50c5a48c0f2a..98b16c56b403 100644 --- a/dev-python/uranium/uranium-2.1.0_beta-r2.ebuild +++ b/dev-python/uranium/uranium-2.1.0_beta-r2.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="A Python framework for building 3D printing related applications" HOMEPAGE="https://github.com/Ultimaker/Uranium" SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" -LICENSE="AGPL-3" +LICENSE="AGPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" |