diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-05-21 15:07:19 -0400 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-23 19:32:47 +0800 |
commit | 2c45ba58fde6435f49cd21ba0457d1c2dbc48109 (patch) | |
tree | f5e762d0dbae94efef552a90e16ab1af372505ae /dev-python/dominate | |
parent | dev-tex/latexmk: bump to 445 (diff) | |
download | gentoo-2c45ba58fde6435f49cd21ba0457d1c2dbc48109.tar.gz gentoo-2c45ba58fde6435f49cd21ba0457d1c2dbc48109.tar.bz2 gentoo-2c45ba58fde6435f49cd21ba0457d1c2dbc48109.zip |
dev-python/dominate: fix license: s/GPL-3/GPL-3+/
From dominate/dom1core.py:
"[...] either version 3 of the License, or (at your option)
any later version."
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1513
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-python/dominate')
-rw-r--r-- | dev-python/dominate/dominate-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dominate/dominate-2.2.0.ebuild b/dev-python/dominate/dominate-2.2.0.ebuild index 764995fe66bc..3250c3fa7d4b 100644 --- a/dev-python/dominate/dominate-2.2.0.ebuild +++ b/dev-python/dominate/dominate-2.2.0.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/Knio/dominate" # https://github.com/Knio/dominate/pull/69 SRC_URI="https://github.com/Knio/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" |