diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 21:10:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-09 21:10:38 +0300 |
commit | 75623a867f5df2dc7d4318bab30367a837a19bd6 (patch) | |
tree | 231c228156986a9579d0d61145f1498b834d47ad /dev-ml/ocaml-base64 | |
parent | dev-ml/core_bench: Stabilize 0.16.0 x86, #933839 (diff) | |
download | gentoo-75623a867f5df2dc7d4318bab30367a837a19bd6.tar.gz gentoo-75623a867f5df2dc7d4318bab30367a837a19bd6.tar.bz2 gentoo-75623a867f5df2dc7d4318bab30367a837a19bd6.zip |
dev-ml/ocaml-base64: Stabilize 3.5.1 x86, #933839
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-base64')
-rw-r--r-- | dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild index a1b0a4288b9b..7802eb2e1c36 100644 --- a/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="ISC" 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 )" |