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 05B8B1384B4 for ; 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 94E4221C04A; 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 8900321C040 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 D6B903408E5 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 B4B16FF9 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: <1448727840.0d8227d2c5509c465be6021fa5b946ccce7166d1.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notebook/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/notebook/notebook-4.0.6.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0d8227d2c5509c465be6021fa5b946ccce7166d1 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: d50a5ead-5ada-4c70-932b-19e7de516d08 X-Archives-Hash: b705f9b351fc38abe321fbc392bbce9c commit: 0d8227d2c5509c465be6021fa5b946ccce7166d1 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Nov 28 16:24:00 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 28 16:24:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d8227d2 dev-python/notebook: Move KEYWORDS variable Package-Manager: portage-2.2.20.1 dev-python/notebook/notebook-4.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/notebook/notebook-4.0.6.ebuild b/dev-python/notebook/notebook-4.0.6.ebuild index ddb66ec..234d816 100644 --- a/dev-python/notebook/notebook-4.0.6.ebuild +++ b/dev-python/notebook/notebook-4.0.6.ebuild @@ -12,10 +12,10 @@ inherit distutils-r1 DESCRIPTION="Jupyter Interactive Notebook" 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=" >=dev-libs/mathjax-2.4