diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-05 20:29:29 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-05 20:33:49 +0200 |
commit | 845ad2e9e1ff8a99784e113ee827c809062866fc (patch) | |
tree | e8e915a47a24140a797019aee87c30c6b9ec0444 /dev-python/cython | |
parent | dev-util/gtk-update-icon-cache: bump to 3.24.31 (diff) | |
download | gentoo-845ad2e9e1ff8a99784e113ee827c809062866fc.tar.gz gentoo-845ad2e9e1ff8a99784e113ee827c809062866fc.tar.bz2 gentoo-845ad2e9e1ff8a99784e113ee827c809062866fc.zip |
dev-python/cython: Stabilize 0.29.25 sparc, #830653
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/cython')
-rw-r--r-- | dev-python/cython/cython-0.29.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cython/cython-0.29.25.ebuild b/dev-python/cython/cython-0.29.25.ebuild index 0c107a31d2b0..e93eeb6e8199 100644 --- a/dev-python/cython/cython-0.29.25.ebuild +++ b/dev-python/cython/cython-0.29.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/cython/cython/archive/${PV}.tar.gz -> ${P}.gh.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris" IUSE="emacs test" RESTRICT="!test? ( test )" |