diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-01-15 16:55:29 -0500 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-01-16 07:41:51 +0200 |
commit | 3908d93d95c681718dc050c6cf689cc4aed1c463 (patch) | |
tree | 9b1422861c55f55a6a4c7b62aa8faf8bebe3ddcf /sci-mathematics | |
parent | net-wireless/iwd: Stabilize 2.8-r2 arm, #915635 (diff) | |
download | gentoo-3908d93d95c681718dc050c6cf689cc4aed1c463.tar.gz gentoo-3908d93d95c681718dc050c6cf689cc4aed1c463.tar.bz2 gentoo-3908d93d95c681718dc050c6cf689cc4aed1c463.zip |
sci-mathematics/coq: Stabilize 8.18.0 amd64, #915951
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/coq/coq-8.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/coq/coq-8.18.0.ebuild b/sci-mathematics/coq/coq-8.18.0.ebuild index f634026e1cda..a3ac3b8a9f0a 100644 --- a/sci-mathematics/coq/coq-8.18.0.ebuild +++ b/sci-mathematics/coq/coq-8.18.0.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 @@ -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 )" |