diff options
author | Sam James <sam@gentoo.org> | 2024-10-20 05:45:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-20 05:45:35 +0100 |
commit | 8f16a8a7b9c0c28dcb769d543114448c81373b09 (patch) | |
tree | c2ce6bf3e87a64a2e038e38c020189422638eee0 /dev-ml | |
parent | dev-ml/alcotest: Stabilize 1.8.0 x86, #941858 (diff) | |
download | gentoo-8f16a8a7b9c0c28dcb769d543114448c81373b09.tar.gz gentoo-8f16a8a7b9c0c28dcb769d543114448c81373b09.tar.bz2 gentoo-8f16a8a7b9c0c28dcb769d543114448c81373b09.zip |
dev-ml/sedlex: Stabilize 3.2 x86, #941858
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/sedlex/sedlex-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/sedlex/sedlex-3.2.ebuild b/dev-ml/sedlex/sedlex-3.2.ebuild index a3371c95a845..7dea86f85e6c 100644 --- a/dev-ml/sedlex/sedlex-3.2.ebuild +++ b/dev-ml/sedlex/sedlex-3.2.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 ~x86" +KEYWORDS="amd64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |