diff options
author | Sam James <sam@gentoo.org> | 2021-04-22 23:33:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-22 23:33:23 +0000 |
commit | 7a7ac8f6e4466e0ee8a945533be3a21414ef8a89 (patch) | |
tree | 5291da35ac7a274fdbcb59a243eab31b850db9c1 /dev-ml/dune | |
parent | dev-python/pillow: Stabilize 8.2.0 ppc, #779760 (diff) | |
download | gentoo-7a7ac8f6e4466e0ee8a945533be3a21414ef8a89.tar.gz gentoo-7a7ac8f6e4466e0ee8a945533be3a21414ef8a89.tar.bz2 gentoo-7a7ac8f6e4466e0ee8a945533be3a21414ef8a89.zip |
dev-ml/dune: Stabilize 2.8.4 ppc64, #783567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/dune')
-rw-r--r-- | dev-ml/dune/dune-2.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune/dune-2.8.4.ebuild b/dev-ml/dune/dune-2.8.4.ebuild index a0f9ed6c2bde..69291e80bc02 100644 --- a/dev-ml/dune/dune-2.8.4.ebuild +++ b/dev-ml/dune/dune-2.8.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |