diff options
Diffstat (limited to 'dev-ml')
-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 73a1495d16a7..a7edb35048a6 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 )" |