diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 00:44:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 00:47:43 +0000 |
commit | aa4ea6f87142f21c38e8f31904ac8836c6ef46b3 (patch) | |
tree | ee2a3a5abee1ad1a89153dcde70aa0ff7d61444d /dev-ml/ocamlweb | |
parent | dev-tex/hevea: Stabilize 2.35 arm64, #772833 (diff) | |
download | gentoo-aa4ea6f87142f21c38e8f31904ac8836c6ef46b3.tar.gz gentoo-aa4ea6f87142f21c38e8f31904ac8836c6ef46b3.tar.bz2 gentoo-aa4ea6f87142f21c38e8f31904ac8836c6ef46b3.zip |
dev-ml/ocamlweb: Stabilize 1.41 arm64, #772833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlweb')
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.41.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild index 59a5aabe6ec9..1cd6b57b27bb 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |