diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-07-11 10:43:12 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-07-11 10:43:12 +0200 |
commit | f29b89315d831e43c681015225fce8d6de770328 (patch) | |
tree | 993e6e01c5fee6c0233cc4e4862f2589571913aa /sci-mathematics/coq | |
parent | x11-terms/rxvt-unicode: backport fix for UTF breakage against perl-5.38 (diff) | |
download | gentoo-f29b89315d831e43c681015225fce8d6de770328.tar.gz gentoo-f29b89315d831e43c681015225fce8d6de770328.tar.bz2 gentoo-f29b89315d831e43c681015225fce8d6de770328.zip |
sci-mathematics/coq: Stabilize 8.17.0 amd64, #907179
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r-- | sci-mathematics/coq/coq-8.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/coq/coq-8.17.0.ebuild b/sci-mathematics/coq/coq-8.17.0.ebuild index f634026e1cda..495f48055a82 100644 --- a/sci-mathematics/coq/coq-8.17.0.ebuild +++ b/sci-mathematics/coq/coq-8.17.0.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug doc gui +ocamlopt test" RESTRICT="!test? ( test )" |