diff options
author | 2018-04-22 03:28:37 +0200 | |
---|---|---|
committer | 2018-04-22 03:35:09 +0200 | |
commit | 48e344d431e697561972526bd034bf2c17d0c2a5 (patch) | |
tree | 0798fc00546592634ba6dddd6d00d7aca707a3c0 /dev-python/nbconvert | |
parent | dev-python/notebook: x86 stable (bug #596714) (diff) | |
download | gentoo-48e344d431e697561972526bd034bf2c17d0c2a5.tar.gz gentoo-48e344d431e697561972526bd034bf2c17d0c2a5.tar.bz2 gentoo-48e344d431e697561972526bd034bf2c17d0c2a5.zip |
dev-python/nbconvert: x86 stable (bug #596714)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-python/nbconvert')
-rw-r--r-- | dev-python/nbconvert/nbconvert-5.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nbconvert/nbconvert-5.2.1.ebuild b/dev-python/nbconvert/nbconvert-5.2.1.ebuild index 8d94deb89a0f..fed6953c5408 100644 --- a/dev-python/nbconvert/nbconvert-5.2.1.ebuild +++ b/dev-python/nbconvert/nbconvert-5.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND=" |