diff options
author | 2021-10-12 09:14:49 +0200 | |
---|---|---|
committer | 2021-10-12 09:14:49 +0200 | |
commit | 3f1f3be1ec2e8b0663236e726864450b2732d268 (patch) | |
tree | 57d767fa17aede75bb86c84f3515ba90e1b5f6eb /dev-ml/csexp | |
parent | sci-mathematics/gmp-ecm: x86 stable wrt bug #817674 (diff) | |
download | gentoo-3f1f3be1ec2e8b0663236e726864450b2732d268.tar.gz gentoo-3f1f3be1ec2e8b0663236e726864450b2732d268.tar.bz2 gentoo-3f1f3be1ec2e8b0663236e726864450b2732d268.zip |
dev-ml/csexp: x86 stable wrt bug #817692
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ml/csexp')
-rw-r--r-- | dev-ml/csexp/csexp-1.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/csexp/csexp-1.5.1.ebuild b/dev-ml/csexp/csexp-1.5.1.ebuild index 05d3052b5d27..ea934f7b3ed3 100644 --- a/dev-ml/csexp/csexp-1.5.1.ebuild +++ b/dev-ml/csexp/csexp-1.5.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-dune/csexp/releases/download/${PV}/${P}.tbz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |