diff options
author | Sam James <sam@gentoo.org> | 2023-03-16 23:17:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-16 23:17:06 +0000 |
commit | 6cdf67347fd9d0f1f59293282a08d73a3bf31772 (patch) | |
tree | cca11f0a6d5b7169247dbf4e92b9a66077c8655d /dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | |
parent | dev-ml/camlp5: Stabilize 8.00.04 arm64, #901641 (diff) | |
download | gentoo-6cdf67347fd9d0f1f59293282a08d73a3bf31772.tar.gz gentoo-6cdf67347fd9d0f1f59293282a08d73a3bf31772.tar.bz2 gentoo-6cdf67347fd9d0f1f59293282a08d73a3bf31772.zip |
dev-ml/camlp-streams: Stabilize 5.0.1 arm64, #901641
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild')
-rw-r--r-- | dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild index d70a39d04000..38d27b6b5ecf 100644 --- a/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild +++ b/dev-ml/camlp-streams/camlp-streams-5.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="LGPL-2-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86" DEPEND="" RDEPEND="${DEPEND}" |