diff options
-rw-r--r-- | dev-ml/ppx_import/ppx_import-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_import/ppx_import-1.11.0.ebuild b/dev-ml/ppx_import/ppx_import-1.11.0.ebuild index 85c7cf214e17..d4d5cfdb532f 100644 --- a/dev-ml/ppx_import/ppx_import-1.11.0.ebuild +++ b/dev-ml/ppx_import/ppx_import-1.11.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml-ppx/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |