diff options
author | Sam James <sam@gentoo.org> | 2022-01-18 12:23:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-18 12:23:43 +0000 |
commit | 3649b43bab594feeaf1e6ed772e49b0d8b59fb78 (patch) | |
tree | 6f93a262f365b096b424d6202c3162548bb7cbd8 /dev-ml/opam-client | |
parent | dev-ml/opam-solver: Stabilize 2.0.9 x86, #817749 (diff) | |
download | gentoo-3649b43bab594feeaf1e6ed772e49b0d8b59fb78.tar.gz gentoo-3649b43bab594feeaf1e6ed772e49b0d8b59fb78.tar.bz2 gentoo-3649b43bab594feeaf1e6ed772e49b0d8b59fb78.zip |
dev-ml/opam-client: Stabilize 2.0.9 x86, #817749
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/opam-client')
-rw-r--r-- | dev-ml/opam-client/opam-client-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/opam-client/opam-client-2.0.9.ebuild b/dev-ml/opam-client/opam-client-2.0.9.ebuild index 78a0dd5cda78..512c9e00182b 100644 --- a/dev-ml/opam-client/opam-client-2.0.9.ebuild +++ b/dev-ml/opam-client/opam-client-2.0.9.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/opam-${PV/_/-}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |