diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-05-13 21:24:12 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-05-13 21:42:40 +0200 |
commit | 621f6d49023aa2c290e746d1bb3ba34a98d7ac15 (patch) | |
tree | d62dbc5cc667386249c31f977cad46cd074f1db0 /dev-ml | |
parent | dev-ml/opam-format: stabilize 2.1.3 for amd64 (diff) | |
download | gentoo-621f6d49023aa2c290e746d1bb3ba34a98d7ac15.tar.gz gentoo-621f6d49023aa2c290e746d1bb3ba34a98d7ac15.tar.bz2 gentoo-621f6d49023aa2c290e746d1bb3ba34a98d7ac15.zip |
dev-ml/opam-repository: stabilize 2.1.3 for amd64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam-repository/opam-repository-2.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-repository/opam-repository-2.1.3.ebuild b/dev-ml/opam-repository/opam-repository-2.1.3.ebuild index 9fa56fc3a719..6e222bc9732d 100644 --- a/dev-ml/opam-repository/opam-repository-2.1.3.ebuild +++ b/dev-ml/opam-repository/opam-repository-2.1.3.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" RESTRICT="test" |