diff options
author | 2024-06-08 17:20:41 +0300 | |
---|---|---|
committer | 2024-06-08 17:20:41 +0300 | |
commit | cf9d4c921c4b454c3b097e2f94a34f756212b802 (patch) | |
tree | d4faf147b891550b6cf0e1fb62b57b70305feaaa /dev-ml/dune-build-info | |
parent | dev-ml/dune: Stabilize 3.10.0 ppc64, #933822 (diff) | |
download | gentoo-cf9d4c921c4b454c3b097e2f94a34f756212b802.tar.gz gentoo-cf9d4c921c4b454c3b097e2f94a34f756212b802.tar.bz2 gentoo-cf9d4c921c4b454c3b097e2f94a34f756212b802.zip |
dev-ml/dune-build-info: Stabilize 3.10.0 ppc64, #933822
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml/dune-build-info')
-rw-r--r-- | dev-ml/dune-build-info/dune-build-info-3.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/dune-build-info/dune-build-info-3.10.0.ebuild b/dev-ml/dune-build-info/dune-build-info-3.10.0.ebuild index 3d78214334e6..aaed4b24cbe2 100644 --- a/dev-ml/dune-build-info/dune-build-info-3.10.0.ebuild +++ b/dev-ml/dune-build-info/dune-build-info-3.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}/dune-${PV}" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ppc64 ~x86" IUSE="+ocamlopt" RESTRICT="test" |