diff options
author | 2022-01-10 21:56:32 +0200 | |
---|---|---|
committer | 2022-01-10 21:56:32 +0200 | |
commit | 91d12fe29eeebb2ed75390076c833915deb6dbbb (patch) | |
tree | dba70ae76688c48eaa775cc8d89ce8485256a923 /dev-ml/opam | |
parent | dev-python/xarray: Stabilize 0.20.2 arm, #830951 (diff) | |
download | gentoo-91d12fe29eeebb2ed75390076c833915deb6dbbb.tar.gz gentoo-91d12fe29eeebb2ed75390076c833915deb6dbbb.tar.bz2 gentoo-91d12fe29eeebb2ed75390076c833915deb6dbbb.zip |
dev-ml/opam: Stabilize 2.0.9 arm, #817749
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/opam')
-rw-r--r-- | dev-ml/opam/opam-2.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/opam/opam-2.0.9.ebuild b/dev-ml/opam/opam-2.0.9.ebuild index e882aefd038f..70911adfc20d 100644 --- a/dev-ml/opam/opam-2.0.9.ebuild +++ b/dev-ml/opam/opam-2.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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=" |