diff options
author | Sam James <sam@gentoo.org> | 2021-02-10 16:32:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-10 16:32:05 +0000 |
commit | bfa89906fff0d5a57f799ea83273b712c8a4cafc (patch) | |
tree | 01f7319cc551a4405dc98bb8a8f924dab2d0dab4 | |
parent | dev-ml/camlp5: Stabilize 7.14 ppc64, #769317 (diff) | |
download | gentoo-bfa89906fff0d5a57f799ea83273b712c8a4cafc.tar.gz gentoo-bfa89906fff0d5a57f799ea83273b712c8a4cafc.tar.bz2 gentoo-bfa89906fff0d5a57f799ea83273b712c8a4cafc.zip |
dev-ml/dune: Stabilize 2.7.1 ppc64, #769317
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/dune/dune-2.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune/dune-2.7.1.ebuild b/dev-ml/dune/dune-2.7.1.ebuild index 27fddc1c4fa2..7f5484379f94 100644 --- a/dev-ml/dune/dune-2.7.1.ebuild +++ b/dev-ml/dune/dune-2.7.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" IUSE="test" DEPEND=">=dev-lang/ocaml-4.08:=" |