diff options
author | 2024-06-12 08:37:44 +0300 | |
---|---|---|
committer | 2024-06-12 08:37:44 +0300 | |
commit | 9d16254e23d6c5fb4360bcc177c5d68db5981773 (patch) | |
tree | 3b8313d8641fa96508f599723ca2e42570a70d0f /dev-ml/typerep | |
parent | dev-ml/ppx_tydi: Stabilize 0.16.0 ppc64, #933369 (diff) | |
download | gentoo-9d16254e23d6c5fb4360bcc177c5d68db5981773.tar.gz gentoo-9d16254e23d6c5fb4360bcc177c5d68db5981773.tar.bz2 gentoo-9d16254e23d6c5fb4360bcc177c5d68db5981773.zip |
dev-ml/typerep: Stabilize 0.16.0 ppc64, #933369
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/typerep')
-rw-r--r-- | dev-ml/typerep/typerep-0.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/typerep/typerep-0.16.0.ebuild b/dev-ml/typerep/typerep-0.16.0.ebuild index 2d2a3b1b966e..a19840a68389 100644 --- a/dev-ml/typerep/typerep-0.16.0.ebuild +++ b/dev-ml/typerep/typerep-0.16.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="+ocamlopt" DEPEND="dev-ml/base:${SLOT}" |