diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-19 22:43:42 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-19 22:43:42 +0200 |
commit | e0aa6b4b8686f7696fc13a9a4ba76fcf5e6f46eb (patch) | |
tree | 498f77c032ed2546a6053ba13b064e8a924e95cf /dev-ml | |
parent | dev-ml/base_bigstring: stabilize 0.15.0-r1 for amd64 (diff) | |
download | gentoo-e0aa6b4b8686f7696fc13a9a4ba76fcf5e6f46eb.tar.gz gentoo-e0aa6b4b8686f7696fc13a9a4ba76fcf5e6f46eb.tar.bz2 gentoo-e0aa6b4b8686f7696fc13a9a4ba76fcf5e6f46eb.zip |
dev-ml/core: stabilize 0.15.1-r1 for amd64
Bug: https://bugs.gentoo.org/901599
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/core/core-0.15.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/core/core-0.15.1-r1.ebuild b/dev-ml/core/core-0.15.1-r1.ebuild index 42869f95d733..d25a98461f40 100644 --- a/dev-ml/core/core-0.15.1-r1.ebuild +++ b/dev-ml/core/core-0.15.1-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" IUSE="+ocamlopt" # TODO: Wants quickcheck_deprecated? |