diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 20:14:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 20:14:39 +0100 |
commit | 206b28dc9fe915dc3fd62d0f5326210c1f42f299 (patch) | |
tree | 84b6130a02248d7b3d667323d88d7b66fdabdefd /dev-ml/extlib | |
parent | dev-ml/ocaml-base64: Stabilize 3.5.0 amd64, #804771 (diff) | |
download | gentoo-206b28dc9fe915dc3fd62d0f5326210c1f42f299.tar.gz gentoo-206b28dc9fe915dc3fd62d0f5326210c1f42f299.tar.bz2 gentoo-206b28dc9fe915dc3fd62d0f5326210c1f42f299.zip |
dev-ml/extlib: Stabilize 1.7.8 amd64, #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 8c99d9db050a..989990186e5f 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 |