diff options
author | Sam James <sam@gentoo.org> | 2024-10-20 05:45:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-20 05:45:33 +0100 |
commit | ffb54537251c87b16a460307dd30f3980072aae6 (patch) | |
tree | a841f6ee3d6f69750a10dc8dfd9bee76fd1315f7 /dev-ml/gen | |
parent | dev-ml/sedlex: Stabilize 3.2 amd64, #941858 (diff) | |
download | gentoo-ffb54537251c87b16a460307dd30f3980072aae6.tar.gz gentoo-ffb54537251c87b16a460307dd30f3980072aae6.tar.bz2 gentoo-ffb54537251c87b16a460307dd30f3980072aae6.zip |
dev-ml/gen: Stabilize 1.1 amd64, #941858
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/gen')
-rw-r--r-- | dev-ml/gen/gen-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/gen/gen-1.1.ebuild b/dev-ml/gen/gen-1.1.ebuild index d84bb7e889a7..47187d3434a7 100644 --- a/dev-ml/gen/gen-1.1.ebuild +++ b/dev-ml/gen/gen-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/c-cube/gen/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+ocamlopt" RESTRICT="test" # tests fail > unused-open |