diff options
author | 2023-05-13 21:37:14 +0200 | |
---|---|---|
committer | 2023-05-13 21:42:52 +0200 | |
commit | c1bffe1a0bbe67e63356d78fedb984d2e51cb47f (patch) | |
tree | 595b34f1cb9462c49b1d827958c4062bceab2cec /dev-ml | |
parent | dev-ml/opam-state: stabilize 2.1.3 for amd64 (diff) | |
download | gentoo-c1bffe1a0bbe67e63356d78fedb984d2e51cb47f.tar.gz gentoo-c1bffe1a0bbe67e63356d78fedb984d2e51cb47f.tar.bz2 gentoo-c1bffe1a0bbe67e63356d78fedb984d2e51cb47f.zip |
dev-ml/opam-installer: 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-installer/opam-installer-2.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-installer/opam-installer-2.1.3.ebuild b/dev-ml/opam-installer/opam-installer-2.1.3.ebuild index f50ec263a8d2..e580796a2e99 100644 --- a/dev-ml/opam-installer/opam-installer-2.1.3.ebuild +++ b/dev-ml/opam-installer/opam-installer-2.1.3.ebuild @@ -17,7 +17,7 @@ OPAM_INSTALLER="${S}/_build/install/default/bin/opam-installer" 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" # sandbox not working |