diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-07 07:56:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-07 07:56:46 +0200 |
commit | 34bed51d74ae1277ec267c8ff39af379a5c9f884 (patch) | |
tree | 1cb844ad72701e5bd4e9ee85ddbf5abe8177c12e /dev-python/jupyter_console | |
parent | dev-python/chameleon: Bump to 3.8.1 (diff) | |
download | gentoo-34bed51d74ae1277ec267c8ff39af379a5c9f884.tar.gz gentoo-34bed51d74ae1277ec267c8ff39af379a5c9f884.tar.bz2 gentoo-34bed51d74ae1277ec267c8ff39af379a5c9f884.zip |
dev-python/jupyter_console: Stabilize 6.0.0 amd64, #711802
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_console')
-rw-r--r-- | dev-python/jupyter_console/jupyter_console-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild index 643134af1a3f..b7609e6be497 100644 --- a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc test" RESTRICT="!test? ( test )" |