diff options
author | 2024-12-29 10:52:54 +0000 | |
---|---|---|
committer | 2024-12-29 10:52:54 +0000 | |
commit | 9f7e841c91822054396c328aff3d2da8804a8c29 (patch) | |
tree | 8348fa5761b1c04a204007042ed19e46ca3ced24 /dev-ml/dune | |
parent | dev-scheme/guile-lib: add 0.2.8.1 (diff) | |
download | gentoo-9f7e841c91822054396c328aff3d2da8804a8c29.tar.gz gentoo-9f7e841c91822054396c328aff3d2da8804a8c29.tar.bz2 gentoo-9f7e841c91822054396c328aff3d2da8804a8c29.zip |
dev-ml/dune: Stabilize 3.16.1 amd64, #945767
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/dune')
-rw-r--r-- | dev-ml/dune/dune-3.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune/dune-3.16.1.ebuild b/dev-ml/dune/dune-3.16.1.ebuild index e2e51c3abce7..7fbdb38c826e 100644 --- a/dev-ml/dune/dune-3.16.1.ebuild +++ b/dev-ml/dune/dune-3.16.1.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 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="emacs" RESTRICT="strip test" |