diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 17:20:45 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-08 17:20:45 +0300 |
commit | b9bb86c314cddd07e85d45cfaa7e5afe1406375b (patch) | |
tree | e0cdf891f3453fa6bad6c9c7f256c893e59d3c43 /dev-ml | |
parent | dev-ml/ordering: Stabilize 3.10.0 ppc64, #933822 (diff) | |
download | gentoo-b9bb86c314cddd07e85d45cfaa7e5afe1406375b.tar.gz gentoo-b9bb86c314cddd07e85d45cfaa7e5afe1406375b.tar.bz2 gentoo-b9bb86c314cddd07e85d45cfaa7e5afe1406375b.zip |
dev-ml/stdune: Stabilize 3.10.0 ppc64, #933822
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/stdune/stdune-3.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/stdune/stdune-3.10.0.ebuild b/dev-ml/stdune/stdune-3.10.0.ebuild index 8d82be573c81..dfa0e4c6b00d 100644 --- a/dev-ml/stdune/stdune-3.10.0.ebuild +++ b/dev-ml/stdune/stdune-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" |