From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-849115-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D23761384B4 for <garchives@archives.gentoo.org>; Sat, 28 Nov 2015 17:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC13821C04D; 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 A2D4F21C047 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E94713408D4 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91E7DFE1 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2015 17:33:19 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1448727711.a14c9f1d6ff2108ec2fe1c21393e7b32c32a0442.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbformat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbformat/nbformat-4.0.1.ebuild X-VCS-Directories: dev-python/nbformat/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a14c9f1d6ff2108ec2fe1c21393e7b32c32a0442 X-VCS-Branch: master Date: Sat, 28 Nov 2015 17:33:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a6b8648b-15ce-4a0e-a529-436faf9dd8b5 X-Archives-Hash: aa79f591ee1247d1d6e64ed90490476c commit: a14c9f1d6ff2108ec2fe1c21393e7b32c32a0442 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat Nov 28 16:21:51 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Nov 28 16:21:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14c9f1d dev-python/nbformat: Move KEYWORDS variable Package-Manager: portage-2.2.20.1 dev-python/nbformat/nbformat-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nbformat/nbformat-4.0.1.ebuild b/dev-python/nbformat/nbformat-4.0.1.ebuild index 449d99c..d85d2be 100644 --- a/dev-python/nbformat/nbformat-4.0.1.ebuild +++ b/dev-python/nbformat/nbformat-4.0.1.ebuild @@ -12,10 +12,10 @@ inherit distutils-r1 DESCRIPTION="Reference implementation of the Jupyter Notebook format" 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" RDEPEND="