diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 13:08:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 13:08:50 +0000 |
commit | ff9dd93f7df70382a44747174c4c791e05822c8e (patch) | |
tree | 66a12e581cb8d33ca001c07356e55b05d91071b7 | |
parent | app-text/qpdf: Stabilize 10.1.0 ppc, #769092 (diff) | |
download | gentoo-ff9dd93f7df70382a44747174c4c791e05822c8e.tar.gz gentoo-ff9dd93f7df70382a44747174c4c791e05822c8e.tar.bz2 gentoo-ff9dd93f7df70382a44747174c4c791e05822c8e.zip |
dev-ml/dune: Stabilize 2.8.2 ppc, #772833
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/dune/dune-2.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune/dune-2.8.2.ebuild b/dev-ml/dune/dune-2.8.2.ebuild index 1a098b5da747..43d8128151cd 100644 --- a/dev-ml/dune/dune-2.8.2.ebuild +++ b/dev-ml/dune/dune-2.8.2.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" RDEPEND=">=dev-lang/ocaml-4.08:= !dev-ml/jbuilder" |