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 2A81A1384B4 for ; Sat, 28 Nov 2015 17:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16BF821C03B; Sat, 28 Nov 2015 17:33:27 +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 765D821C029 for ; 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 A7D9034086E for ; 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 6F212FD6 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: <1448727507.a6f306ab2f4f1cee5af24941385a2bd1d367d6a0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_console/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_console/jupyter_console-4.0.3.ebuild X-VCS-Directories: dev-python/jupyter_console/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a6f306ab2f4f1cee5af24941385a2bd1d367d6a0 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: 26c353e6-a18b-411f-899e-b714d019f409 X-Archives-Hash: 96b13098ff99aca65117f05e03c3b869 commit: a6f306ab2f4f1cee5af24941385a2bd1d367d6a0 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 16:18:27 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 28 16:18:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f306ab dev-python/jupyter_console: Move KEYWORDS variable Package-Manager: portage-2.2.20.1 dev-python/jupyter_console/jupyter_console-4.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild index 0086a62..a3fde6e 100644 --- a/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild +++ b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild @@ -11,10 +11,10 @@ inherit distutils-r1 DESCRIPTION="A terminal-based console frontend for Jupyter kernels" 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="