diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-08 18:29:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-08 18:29:24 +0300 |
commit | accbffc42792d846e6f372d656bcbbf501397777 (patch) | |
tree | ea48038969aebd46c46c0e647caf8973198487cf /dev-ml/ppxlib | |
parent | dev-ml/ppxlib: Stabilize 0.30.0 x86, #915372 (diff) | |
download | gentoo-accbffc42792d846e6f372d656bcbbf501397777.tar.gz gentoo-accbffc42792d846e6f372d656bcbbf501397777.tar.bz2 gentoo-accbffc42792d846e6f372d656bcbbf501397777.zip |
dev-ml/ppxlib: Stabilize 0.30.0 ppc64, #915372
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ppxlib')
-rw-r--r-- | dev-ml/ppxlib/ppxlib-0.30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppxlib/ppxlib-0.30.0.ebuild b/dev-ml/ppxlib/ppxlib-0.30.0.ebuild index 7a96b70a0b4e..8e6e854c2248 100644 --- a/dev-ml/ppxlib/ppxlib-0.30.0.ebuild +++ b/dev-ml/ppxlib/ppxlib-0.30.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ocaml-ppx/ppxlib/archive/${PV}.tar.gz -> ${P}.tar.gz 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 test" RESTRICT="!test? ( test )" |