diff options
author | 2023-04-19 22:40:42 +0200 | |
---|---|---|
committer | 2023-04-19 22:40:42 +0200 | |
commit | 5bef486416fa80d8f302ccc4b95161c841cc2495 (patch) | |
tree | 54f9b46fa8e1334056947b297adf5fce2c9cd694 /dev-ml/base_bigstring | |
parent | dev-ruby/coolio: enable ruby32 (diff) | |
download | gentoo-5bef486416fa80d8f302ccc4b95161c841cc2495.tar.gz gentoo-5bef486416fa80d8f302ccc4b95161c841cc2495.tar.bz2 gentoo-5bef486416fa80d8f302ccc4b95161c841cc2495.zip |
dev-ml/base_bigstring: stabilize 0.15.0-r1 for amd64
Bug: https://bugs.gentoo.org/901597
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/base_bigstring')
-rw-r--r-- | dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild b/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild index 6287250514d8..4770de8e99a7 100644 --- a/dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild +++ b/dev-ml/base_bigstring/base_bigstring-0.15.0-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" DEPEND=" |