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 D103A13829C for ; Sun, 29 May 2016 14:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1999940A0; Sun, 29 May 2016 14:54:22 +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 5E573940A0 for ; Sun, 29 May 2016 14:54:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 90F56340BEF for ; Sun, 29 May 2016 14:54:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E183D15E7 for ; Sun, 29 May 2016 14:54:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1464533620.918a573b2af754810cbdd3fd9c2f2d4a0c280f1f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbsphinx/nbsphinx-0.2.8.ebuild X-VCS-Directories: dev-python/nbsphinx/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 918a573b2af754810cbdd3fd9c2f2d4a0c280f1f X-VCS-Branch: master Date: Sun, 29 May 2016 14:54:17 +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: 2e1d7943-7600-4da5-b72f-ef955af57fe6 X-Archives-Hash: e32ef6adf14bf15810fbdaee031142b0 commit: 918a573b2af754810cbdd3fd9c2f2d4a0c280f1f Author: Marius Brehler linux sungazer de> AuthorDate: Tue May 24 05:56:00 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun May 29 14:53:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918a573b dev-python/nbsphinx: Set correct license Package-Manager: portage-2.2.26 dev-python/nbsphinx/nbsphinx-0.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild index d9922e2..879cdaf 100644 --- a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild +++ b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Jupyter Notebook Tools for Sphinx" HOMEPAGE="https://github.com/spatialaudio/nbsphinx/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test"