diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-12 14:16:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-12 14:16:57 +0000 |
commit | 0549a8ed56f15e45a9bbb55bedf36f6c3422ab4f (patch) | |
tree | 1a9b386ff848094491f9cc6720d8cb460552f8e6 /dev-ml/camlzip | |
parent | Stable for amd64, wrt bug #456656 (diff) | |
download | gentoo-2-0549a8ed56f15e45a9bbb55bedf36f6c3422ab4f.tar.gz gentoo-2-0549a8ed56f15e45a9bbb55bedf36f6c3422ab4f.tar.bz2 gentoo-2-0549a8ed56f15e45a9bbb55bedf36f6c3422ab4f.zip |
Stable for amd64, wrt bug #456552
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ml/camlzip')
-rw-r--r-- | dev-ml/camlzip/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/camlzip/camlzip-1.05.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/camlzip/ChangeLog b/dev-ml/camlzip/ChangeLog index 7f89575994c5..169648016b5a 100644 --- a/dev-ml/camlzip/ChangeLog +++ b/dev-ml/camlzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camlzip # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.22 2013/02/11 02:59:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.23 2013/02/12 14:16:57 ago Exp $ + + 12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> camlzip-1.05.ebuild: + Stable for amd64, wrt bug #456552 11 Feb 2013; Alexis Ballier <aballier@gentoo.org> camlzip-1.05.ebuild: eapi5, add subslot and := deps @@ -87,4 +90,3 @@ metadata.xml, files/META: Add camlzip, an ocaml library to access compressed files (g?zip, jar), thanks to Julien TIERNY <julien.tierny@wanadoo.fr> for the ebuild (bug #50621) - diff --git a/dev-ml/camlzip/camlzip-1.05.ebuild b/dev-ml/camlzip/camlzip-1.05.ebuild index f9a43dd0fcca..1927d597d3db 100644 --- a/dev-ml/camlzip/camlzip-1.05.ebuild +++ b/dev-ml/camlzip/camlzip-1.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.05.ebuild,v 1.2 2013/02/11 02:59:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.05.ebuild,v 1.3 2013/02/12 14:16:57 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/1037/${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-3.10.2:=[ocamlopt?] >=sys-libs/zlib-1.1.3" |