diff options
author | 2024-06-02 22:43:53 +0300 | |
---|---|---|
committer | 2024-06-02 22:43:53 +0300 | |
commit | 03aff027829f46214ae11db7fbf5519cee9796df (patch) | |
tree | b29c702c79f655b03c40bea87a0333067de6a9ec /dev-ml/typerep | |
parent | dev-ml/ppx_tydi: Stabilize 0.16.0 arm, #933369 (diff) | |
download | gentoo-03aff027829f46214ae11db7fbf5519cee9796df.tar.gz gentoo-03aff027829f46214ae11db7fbf5519cee9796df.tar.bz2 gentoo-03aff027829f46214ae11db7fbf5519cee9796df.zip |
dev-ml/typerep: Stabilize 0.16.0 arm, #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 fcce64cfc14a..14481d4e0929 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}" |