diff options
author | 2023-02-23 23:37:44 +0000 | |
---|---|---|
committer | 2023-02-23 23:37:44 +0000 | |
commit | 06f461f4898800520e9caa19985db5d6b69e0f3d (patch) | |
tree | ff77f3cc686f5431025a84c56f01c53928781480 /dev-ml/opam-client | |
parent | dev-ml/opam-state: Stabilize 2.0.10 amd64, #896100 (diff) | |
download | gentoo-06f461f4898800520e9caa19985db5d6b69e0f3d.tar.gz gentoo-06f461f4898800520e9caa19985db5d6b69e0f3d.tar.bz2 gentoo-06f461f4898800520e9caa19985db5d6b69e0f3d.zip |
dev-ml/opam-client: Stabilize 2.0.10 amd64, #896100
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-client')
-rw-r--r-- | dev-ml/opam-client/opam-client-2.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/opam-client/opam-client-2.0.10.ebuild b/dev-ml/opam-client/opam-client-2.0.10.ebuild index 4b52fb7e1ef9..2b4e31fa4d92 100644 --- a/dev-ml/opam-client/opam-client-2.0.10.ebuild +++ b/dev-ml/opam-client/opam-client-2.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="+ocamlopt" RDEPEND=" |