diff options
author | 2021-03-14 00:30:16 +0000 | |
---|---|---|
committer | 2021-03-14 00:45:13 +0000 | |
commit | 0b50a38517e8c8e137f16f8af9cf57685680e844 (patch) | |
tree | 5fea4135927413e3ab1fa64758b8b137cf092b47 /dev-ml/dune-configurator | |
parent | dev-ml/menhir: Stabilize 20190924 arm, #772833 (diff) | |
download | gentoo-0b50a38517e8c8e137f16f8af9cf57685680e844.tar.gz gentoo-0b50a38517e8c8e137f16f8af9cf57685680e844.tar.bz2 gentoo-0b50a38517e8c8e137f16f8af9cf57685680e844.zip |
dev-ml/dune-configurator: Stabilize 2.8.2-r1 arm, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/dune-configurator')
-rw-r--r-- | dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild b/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild index 12ee13a3480c..2ada96a9d76f 100644 --- a/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-2.8.2-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/dune-${PV}" 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 )" |