diff options
author | Sam James <sam@gentoo.org> | 2021-04-25 16:48:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-25 16:51:15 +0100 |
commit | 9e65cacdc5683d31baac791cb41097712b7ac435 (patch) | |
tree | f77d2c975991f6fc07fe95c3baf6b07abeec06bd /dev-ml | |
parent | sys-apps/portage: Stabilize 3.0.18 arm, #785481 (diff) | |
download | gentoo-9e65cacdc5683d31baac791cb41097712b7ac435.tar.gz gentoo-9e65cacdc5683d31baac791cb41097712b7ac435.tar.bz2 gentoo-9e65cacdc5683d31baac791cb41097712b7ac435.zip |
dev-ml/dune: Stabilize 2.8.4 arm, #783567
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/dune/dune-2.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/dune/dune-2.8.4.ebuild b/dev-ml/dune/dune-2.8.4.ebuild index 69291e80bc02..796aa6575497 100644 --- a/dev-ml/dune/dune-2.8.4.ebuild +++ b/dev-ml/dune/dune-2.8.4.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" IUSE="test" RESTRICT="!test? ( test )" |