diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:49:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-06 10:49:38 +0100 |
commit | 5fae1ef2a91caa249ed1977f2d5396811e9e5ffb (patch) | |
tree | b5a90396ee52ea48c62aabee05e38106f0d626a7 /dev-python/ipython | |
parent | dev-python/hatchling: Stabilize 1.21.0 ALLARCHES, #921467 (diff) | |
download | gentoo-5fae1ef2a91caa249ed1977f2d5396811e9e5ffb.tar.gz gentoo-5fae1ef2a91caa249ed1977f2d5396811e9e5ffb.tar.bz2 gentoo-5fae1ef2a91caa249ed1977f2d5396811e9e5ffb.zip |
dev-python/ipython: Stabilize 8.19.0 ALLARCHES, #921468
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-8.19.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-8.19.0.ebuild b/dev-python/ipython/ipython-8.19.0.ebuild index 5172aa9b9fbc..b5475da6254c 100644 --- a/dev-python/ipython/ipython-8.19.0.ebuild +++ b/dev-python/ipython/ipython-8.19.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos" IUSE="doc examples notebook nbconvert qt5 +smp test" RESTRICT="!test? ( test )" |