diff options
author | Sam James <sam@gentoo.org> | 2021-04-22 23:33:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-22 23:33:24 +0000 |
commit | 9fb0174c869cc7f094ebacf6faff11f56c7deddb (patch) | |
tree | 7c5667c350b72a67aaf951c9e2d1546d2ac1ef3f /dev-ml/dune-private-libs | |
parent | dev-ml/dune: Stabilize 2.8.4 ppc64, #783567 (diff) | |
download | gentoo-9fb0174c869cc7f094ebacf6faff11f56c7deddb.tar.gz gentoo-9fb0174c869cc7f094ebacf6faff11f56c7deddb.tar.bz2 gentoo-9fb0174c869cc7f094ebacf6faff11f56c7deddb.zip |
dev-ml/dune-private-libs: Stabilize 2.8.4 ppc64, #783567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/dune-private-libs')
-rw-r--r-- | dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild index ca22001b2c0c..c224b1c98164 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-2.8.4.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/dune-${PV}" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |