diff options
author | Sam James <sam@gentoo.org> | 2023-01-30 13:09:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-30 13:09:33 +0000 |
commit | 324271e7906d2a0e87cadfb01105830e41cecc83 (patch) | |
tree | bf858ed7213bac6eaf64ccb7f0a821682ce9201f /sci-mathematics/alt-ergo | |
parent | net-misc/rinetd: Stabilize 0.73 x86, #892585 (diff) | |
download | gentoo-324271e7906d2a0e87cadfb01105830e41cecc83.tar.gz gentoo-324271e7906d2a0e87cadfb01105830e41cecc83.tar.bz2 gentoo-324271e7906d2a0e87cadfb01105830e41cecc83.zip |
sci-mathematics/alt-ergo: Stabilize 2.4.2-r1 amd64, #892271
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/alt-ergo')
-rw-r--r-- | sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild index 581b8c28a604..907c2da6676b 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="CeCILL-C" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="examples gui +ocamlopt" REQUIRED_USE="ocamlopt" |