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 CF1A41384B4 for ; Sat, 28 Nov 2015 17:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECD2B21C059; Sat, 28 Nov 2015 17:33:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2CC421C044 for ; Sat, 28 Nov 2015 17:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07B113408F0 for ; Sat, 28 Nov 2015 17:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3EEBFE4 for ; Sat, 28 Nov 2015 17:33:19 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448727800.542236b5bdf060a8715fb72e6c46008843e2c26e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbconvert/nbconvert-4.1.0.ebuild X-VCS-Directories: dev-python/nbconvert/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 542236b5bdf060a8715fb72e6c46008843e2c26e X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:33:19 +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: 5879c5d3-f45b-4da6-9ef8-0e47ec014be2 X-Archives-Hash: 0740a65d1894b3e64f9d15ca7028285b commit: 542236b5bdf060a8715fb72e6c46008843e2c26e Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 16:23:20 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 28 16:23:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542236b5 dev-python/nbconvert: Move KEYWORDS variable Package-Manager: portage-2.2.20.1 dev-python/nbconvert/nbconvert-4.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nbconvert/nbconvert-4.1.0.ebuild b/dev-python/nbconvert/nbconvert-4.1.0.ebuild index 0eab8bc..c6973b8 100644 --- a/dev-python/nbconvert/nbconvert-4.1.0.ebuild +++ b/dev-python/nbconvert/nbconvert-4.1.0.ebuild @@ -13,10 +13,10 @@ MY_PN="nbconvert" DESCRIPTION="Converting Jupyter Notebooks" HOMEPAGE="http://jupyter.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" LICENSE="BSD" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="doc test" PATCHES=(