diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-26 00:18:46 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-26 00:19:49 +0100 |
commit | 2d5b5270f55a8ac79f7471af17281af1d62ba2de (patch) | |
tree | f84bd5426e1f34bbc1e42cfcc47df8e88206bf87 /dev-ml/camlzip | |
parent | media-gfx/qrencode: Stabilize 4.1.1 arm64, #751142 (diff) | |
download | gentoo-2d5b5270f55a8ac79f7471af17281af1d62ba2de.tar.gz gentoo-2d5b5270f55a8ac79f7471af17281af1d62ba2de.tar.bz2 gentoo-2d5b5270f55a8ac79f7471af17281af1d62ba2de.zip |
dev-ml/camlzip: x86 stable (bug #750287)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-ml/camlzip')
-rw-r--r-- | dev-ml/camlzip/camlzip-1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/camlzip/camlzip-1.10.ebuild b/dev-ml/camlzip/camlzip-1.10.ebuild index 3596e887407e..0b82886922a5 100644 --- a/dev-ml/camlzip/camlzip-1.10.ebuild +++ b/dev-ml/camlzip/camlzip-1.10.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/xavierleroy/camlzip/archive/rel$(ver_rs 1- '').tar.g SLOT="1/${PV}" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86" RDEPEND=">=dev-lang/ocaml-4.05:=[ocamlopt?] >=sys-libs/zlib-1.1.3" |