diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-10 12:15:00 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-10 12:15:00 +0100 |
commit | e7a544efb01c0a61c8176ee5dcca11fda8f342a5 (patch) | |
tree | 50d253c7a6b4435ecef5c7fc3403fa6a5b21ac71 /dev-ml | |
parent | dev-ml/dune: Stabilize 2.9.1 amd64, #817752 (diff) | |
download | gentoo-e7a544efb01c0a61c8176ee5dcca11fda8f342a5.tar.gz gentoo-e7a544efb01c0a61c8176ee5dcca11fda8f342a5.tar.bz2 gentoo-e7a544efb01c0a61c8176ee5dcca11fda8f342a5.zip |
dev-ml/dune-private-libs: Stabilize 2.9.1 amd64, #817752
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild b/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild index fb4b9e8c9f07..265b35f1310c 100644 --- a/dev-ml/dune-private-libs/dune-private-libs-2.9.1.ebuild +++ b/dev-ml/dune-private-libs/dune-private-libs-2.9.1.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 )" |