diff options
author | Sam James <sam@gentoo.org> | 2020-11-01 12:11:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-01 12:11:36 +0000 |
commit | 6cfb5b5a6cfe9b366d3c38e1897e8dee15cdbaf8 (patch) | |
tree | 2fa0485f166a0a03e1e79e11d6972ce4aede68a5 /dev-ml/camlzip | |
parent | net-mail/notmuch: fix whitespace (diff) | |
download | gentoo-6cfb5b5a6cfe9b366d3c38e1897e8dee15cdbaf8.tar.gz gentoo-6cfb5b5a6cfe9b366d3c38e1897e8dee15cdbaf8.tar.bz2 gentoo-6cfb5b5a6cfe9b366d3c38e1897e8dee15cdbaf8.zip |
dev-ml/camlzip: Stabilize 1.10 amd64, #750287
Signed-off-by: Sam James <sam@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 1a6a83c86396..181f9c64d19a 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 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" RDEPEND=">=dev-lang/ocaml-4.05:=[ocamlopt?] >=sys-libs/zlib-1.1.3" |