diff options
author | 2021-09-18 14:30:22 +0200 | |
---|---|---|
committer | 2021-09-18 14:30:44 +0200 | |
commit | 6f4001673585560ca0cf095818b66d8026b70b60 (patch) | |
tree | 13b12cf98fb56997403a5920533bd6547fb3e288 /dev-ml/ppx_deriving | |
parent | dev-ml/markup: x86 stable wrt bug #813153 (diff) | |
download | gentoo-6f4001673585560ca0cf095818b66d8026b70b60.tar.gz gentoo-6f4001673585560ca0cf095818b66d8026b70b60.tar.bz2 gentoo-6f4001673585560ca0cf095818b66d8026b70b60.zip |
dev-ml/ppx_deriving: x86 stable wrt bug #813153
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/ppx_deriving')
-rw-r--r-- | dev-ml/ppx_deriving/ppx_deriving-5.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_deriving/ppx_deriving-5.2.1.ebuild b/dev-ml/ppx_deriving/ppx_deriving-5.2.1.ebuild index a7edb35048a6..40839d6f4a08 100644 --- a/dev-ml/ppx_deriving/ppx_deriving-5.2.1.ebuild +++ b/dev-ml/ppx_deriving/ppx_deriving-5.2.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml-ppx/ppx_deriving/archive/v${PV}.tar.gz -> ${P} 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 )" |