diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 17:20:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 17:20:44 +0300 |
commit | 2ba1110081dabf642b965c19790bb0affe39a852 (patch) | |
tree | ca88f2b643ad56d7c3469150f457fbbaae0854ab /dev-ml/ordering | |
parent | dev-ml/dyn: Stabilize 3.10.0 ppc64, #933822 (diff) | |
download | gentoo-2ba1110081dabf642b965c19790bb0affe39a852.tar.gz gentoo-2ba1110081dabf642b965c19790bb0affe39a852.tar.bz2 gentoo-2ba1110081dabf642b965c19790bb0affe39a852.zip |
dev-ml/ordering: Stabilize 3.10.0 ppc64, #933822
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ordering')
-rw-r--r-- | dev-ml/ordering/ordering-3.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ordering/ordering-3.10.0.ebuild b/dev-ml/ordering/ordering-3.10.0.ebuild index 3302c44ddac1..7843206286fb 100644 --- a/dev-ml/ordering/ordering-3.10.0.ebuild +++ b/dev-ml/ordering/ordering-3.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/dune-${PV}" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86" IUSE="+ocamlopt" RESTRICT="test" |