From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49D3E138334 for ; Tue, 24 Jul 2018 13:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE511E0937; Tue, 24 Jul 2018 13:16:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5823E0937 for ; Tue, 24 Jul 2018 13:16:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6921533BE95 for ; Tue, 24 Jul 2018 13:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB78738B for ; Tue, 24 Jul 2018 13:16:37 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1532437513.7d945776e98e9448a3017872f375ccb1902a43e6.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ntlm-auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild X-VCS-Directories: dev-python/ntlm-auth/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 7d945776e98e9448a3017872f375ccb1902a43e6 X-VCS-Branch: master Date: Tue, 24 Jul 2018 13:16:37 +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: 97bb19fa-4bf5-4524-aa41-a8b9b589d94d X-Archives-Hash: f4ebf4730b5965f700565dc2049cf8ca commit: 7d945776e98e9448a3017872f375ccb1902a43e6 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Jul 24 13:05:13 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jul 24 13:05:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d945776 dev-python/ntlm-auth: license was changed with this release Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild index 54b600d8ff1..94bde6851a8 100644 --- a/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild +++ b/dev-python/ntlm-auth/ntlm-auth-1.1.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/jborean93/ntlm-auth" SRC_URI="https://github.com/jborean93/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" -LICENSE="LGPL-3" +LICENSE="MIT" KEYWORDS="~amd64 ~x86" IUSE=""