diff options
author | Sam James <sam@gentoo.org> | 2022-09-18 01:37:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-18 01:37:07 +0100 |
commit | 900a47ae16382e60aaa76049e5e65e5f702b3573 (patch) | |
tree | 86b634bf18893e37620fda4a78e3b5bd885e86f3 /dev-ml | |
parent | dev-ml/opam-client: Stabilize 2.1.2 x86, #859508 (diff) | |
download | gentoo-900a47ae16382e60aaa76049e5e65e5f702b3573.tar.gz gentoo-900a47ae16382e60aaa76049e5e65e5f702b3573.tar.bz2 gentoo-900a47ae16382e60aaa76049e5e65e5f702b3573.zip |
dev-ml/opam: Stabilize 2.1.2-r1 x86, #859508
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/opam/opam-2.1.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam/opam-2.1.2-r1.ebuild b/dev-ml/opam/opam-2.1.2-r1.ebuild index 3bd868b21da2..cc9911b9afb1 100644 --- a/dev-ml/opam/opam-2.1.2-r1.ebuild +++ b/dev-ml/opam/opam-2.1.2-r1.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="+ocamlopt" RESTRICT="test" #see bugs 838658 |