commit: a6f306ab2f4f1cee5af24941385a2bd1d367d6a0 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sat Nov 28 16:18:27 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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="
