diff options
author | 2024-12-29 10:53:01 +0000 | |
---|---|---|
committer | 2024-12-29 10:53:01 +0000 | |
commit | 3719df5edc1a9d2abde955681ff3921744c32755 (patch) | |
tree | be2cf8da7e7302506e0663923c4c4c93723d0eb7 /dev-ml | |
parent | dev-ml/ppx_blob: Stabilize 0.9.0 amd64, #945767 (diff) | |
download | gentoo-3719df5edc1a9d2abde955681ff3921744c32755.tar.gz gentoo-3719df5edc1a9d2abde955681ff3921744c32755.tar.bz2 gentoo-3719df5edc1a9d2abde955681ff3921744c32755.zip |
dev-ml/sedlex: Stabilize 3.3 amd64, #945767
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/sedlex/sedlex-3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/sedlex/sedlex-3.3.ebuild b/dev-ml/sedlex/sedlex-3.3.ebuild index 11627ffa7ef1..a9af6fccf337 100644 --- a/dev-ml/sedlex/sedlex-3.3.ebuild +++ b/dev-ml/sedlex/sedlex-3.3.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/ocaml-community/${PN}/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |