diff options
author | Sam James <sam@gentoo.org> | 2021-09-07 01:08:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-07 01:08:50 +0100 |
commit | 4a16a66386f8f7b7d017f9b33361f5f3b5ac061a (patch) | |
tree | b629f5f3e3a3dda6a790809329a6fca53b61ed28 /dev-ml/extlib | |
parent | dev-ml/ocaml-base64: Stabilize 3.5.0 arm, #804771 (diff) | |
download | gentoo-4a16a66386f8f7b7d017f9b33361f5f3b5ac061a.tar.gz gentoo-4a16a66386f8f7b7d017f9b33361f5f3b5ac061a.tar.bz2 gentoo-4a16a66386f8f7b7d017f9b33361f5f3b5ac061a.zip |
dev-ml/extlib: Stabilize 1.7.8 arm, #804771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/extlib')
-rw-r--r-- | dev-ml/extlib/extlib-1.7.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/extlib/extlib-1.7.8.ebuild b/dev-ml/extlib/extlib-1.7.8.ebuild index f7c73b10b1a0..8c99d9db050a 100644 --- a/dev-ml/extlib/extlib-1.7.8.ebuild +++ b/dev-ml/extlib/extlib-1.7.8.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/ocaml-${P}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc +ocamlopt" # See bug #704146 |