diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-25 11:57:41 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-25 11:57:41 +0100 |
commit | 409a2eae6f5efa4afcd57e2310cfd72db960667c (patch) | |
tree | df7a5bad1acf2bbb8e7df6271984b962561d424b /dev-ml/camlzip/camlzip-1.06.ebuild | |
parent | dev-ml/camlimages: x86 stable wrt bug #607026 (diff) | |
download | gentoo-409a2eae6f5efa4afcd57e2310cfd72db960667c.tar.gz gentoo-409a2eae6f5efa4afcd57e2310cfd72db960667c.tar.bz2 gentoo-409a2eae6f5efa4afcd57e2310cfd72db960667c.zip |
dev-ml/camlzip: x86 stable wrt bug #607028
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ml/camlzip/camlzip-1.06.ebuild')
-rw-r--r-- | dev-ml/camlzip/camlzip-1.06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/camlzip/camlzip-1.06.ebuild b/dev-ml/camlzip/camlzip-1.06.ebuild index 750167f12ac3..7d220514f515 100644 --- a/dev-ml/camlzip/camlzip-1.06.ebuild +++ b/dev-ml/camlzip/camlzip-1.06.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/1616/${P}.tar.gz" SLOT="1/${PV}" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" RDEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?] >=sys-libs/zlib-1.1.3" |