diff options
author | Sam James <sam@gentoo.org> | 2024-01-13 11:13:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-13 11:13:33 +0000 |
commit | 78fcaa2cff77e45121a3ca475c3b1fd213979541 (patch) | |
tree | cdeb1025ab06a3f30840132c74cf582d4bea25da /dev-python/pythran | |
parent | app-emulation/ruffle: Stabilize 0_p20231216 amd64, #915557 (diff) | |
download | gentoo-78fcaa2cff77e45121a3ca475c3b1fd213979541.tar.gz gentoo-78fcaa2cff77e45121a3ca475c3b1fd213979541.tar.bz2 gentoo-78fcaa2cff77e45121a3ca475c3b1fd213979541.zip |
dev-python/pythran: Stabilize 0.14.0 amd64, #915926
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pythran')
-rw-r--r-- | dev-python/pythran/pythran-0.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pythran/pythran-0.14.0.ebuild b/dev-python/pythran/pythran-0.14.0.ebuild index 26022a9a37b2..e61eb641822f 100644 --- a/dev-python/pythran/pythran-0.14.0.ebuild +++ b/dev-python/pythran/pythran-0.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" dev-libs/boost |