From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 126E9138262 for ; Mon, 23 May 2016 11:33:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EDDB14088; Mon, 23 May 2016 11:33:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9C4D14088 for ; Mon, 23 May 2016 11:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66C7F340C01 for ; Mon, 23 May 2016 11:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A3E328 for ; Mon, 23 May 2016 11:33:01 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1464003167.2c45ba58fde6435f49cd21ba0457d1c2dbc48109.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dominate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dominate/dominate-2.2.0.ebuild X-VCS-Directories: dev-python/dominate/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 2c45ba58fde6435f49cd21ba0457d1c2dbc48109 X-VCS-Branch: master Date: Mon, 23 May 2016 11:33:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d2b65e5-4eed-45b5-ade7-139f434962ea X-Archives-Hash: 855aec0b3c46f09d93295253ca313470 commit: 2c45ba58fde6435f49cd21ba0457d1c2dbc48109 Author: Göktürk Yüksek gentoo org> AuthorDate: Sat May 21 19:07:19 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon May 23 11:32:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c45ba58 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 gentoo.org> dev-python/dominate/dominate-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dominate/dominate-2.2.0.ebuild b/dev-python/dominate/dominate-2.2.0.ebuild index 764995f..3250c3f 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"