diff options
author | Sam James <sam@gentoo.org> | 2024-01-11 09:36:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-11 09:36:24 +0000 |
commit | 4b0df1415542c112508083439bcc61a53f2619a8 (patch) | |
tree | 96f2604ca2a5f07da0162df6f877e4566cbfe020 /dev-ml/opam | |
parent | dev-ml/opam-state: Stabilize 2.0.10 x86, #896100 (diff) | |
download | gentoo-4b0df1415542c112508083439bcc61a53f2619a8.tar.gz gentoo-4b0df1415542c112508083439bcc61a53f2619a8.tar.bz2 gentoo-4b0df1415542c112508083439bcc61a53f2619a8.zip |
dev-ml/opam: Stabilize 2.0.10-r1 x86, #896100
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam')
-rw-r--r-- | dev-ml/opam/opam-2.0.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/opam/opam-2.0.10-r1.ebuild b/dev-ml/opam/opam-2.0.10-r1.ebuild index 0adea28cd2ff..68dbfe73df38 100644 --- a/dev-ml/opam/opam-2.0.10-r1.ebuild +++ b/dev-ml/opam/opam-2.0.10-r1.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=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=" |