diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-15 18:24:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-15 18:24:29 +0300 |
commit | 32d947145861ff4f020a60ccb32792dd14d518a4 (patch) | |
tree | f828955bd75005fe1ff99df42e08b96c1a5d5257 /dev-ml | |
parent | dev-ml/ocaml-ctypes: Stabilize 0.22.0 ppc64, #941576 (diff) | |
download | gentoo-32d947145861ff4f020a60ccb32792dd14d518a4.tar.gz gentoo-32d947145861ff4f020a60ccb32792dd14d518a4.tar.bz2 gentoo-32d947145861ff4f020a60ccb32792dd14d518a4.zip |
dev-ml/pp: Stabilize 1.2.0 ppc64, #941576
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pp/pp-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/pp/pp-1.2.0.ebuild b/dev-ml/pp/pp-1.2.0.ebuild index 86624d94dc67..cfa7474517b6 100644 --- a/dev-ml/pp/pp-1.2.0.ebuild +++ b/dev-ml/pp/pp-1.2.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-dune/pp/releases/download/${PV}/${P}.tbz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |