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 C82411384B4 for ; Sat, 28 Nov 2015 17:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92A8321C03F; 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 5A05021C036 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 80C8F34086C 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 5D3F3FD3 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: <1448727450.7160b868c4b8dbd5191ca982d5a9fd8338741d99.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_client/jupyter_client-4.1.1.ebuild X-VCS-Directories: dev-python/jupyter_client/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7160b868c4b8dbd5191ca982d5a9fd8338741d99 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: 5200f912-7704-49fa-9c5e-b3063b993abc X-Archives-Hash: 00c896e91a4779f096f7894003f8e68a commit: 7160b868c4b8dbd5191ca982d5a9fd8338741d99 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 16:17:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 28 16:17:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7160b868 dev-python/jupyter_client: Move KEYWORDS variable Package-Manager: portage-2.2.20.1 dev-python/jupyter_client/jupyter_client-4.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild index 89862c0..4549973 100644 --- a/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild +++ b/dev-python/jupyter_client/jupyter_client-4.1.1.ebuild @@ -12,10 +12,10 @@ inherit distutils-r1 DESCRIPTION="Jupyter protocol implementation and client libraries" 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="test" RDEPEND="