diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-12 14:19:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-12 14:19:27 +0000 |
commit | 4da8d15d05f6dbcbd0e736c8f49d3808d5b1c916 (patch) | |
tree | 0f9687b1528c227c860752c173f8dec911850ebc | |
parent | Stable for x86, wrt bug #456656 (diff) | |
download | gentoo-2-4da8d15d05f6dbcbd0e736c8f49d3808d5b1c916.tar.gz gentoo-2-4da8d15d05f6dbcbd0e736c8f49d3808d5b1c916.tar.bz2 gentoo-2-4da8d15d05f6dbcbd0e736c8f49d3808d5b1c916.zip |
Stable for x86, wrt bug #456552
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-ml/camlzip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/camlzip/camlzip-1.05.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/camlzip/ChangeLog b/dev-ml/camlzip/ChangeLog index 169648016b5a..ec46d475eec7 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.23 2013/02/12 14:16:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/ChangeLog,v 1.24 2013/02/12 14:19:27 ago Exp $ + + 12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> camlzip-1.05.ebuild: + Stable for x86, wrt bug #456552 12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> camlzip-1.05.ebuild: Stable for amd64, wrt bug #456552 diff --git a/dev-ml/camlzip/camlzip-1.05.ebuild b/dev-ml/camlzip/camlzip-1.05.ebuild index 1927d597d3db..d576cee11567 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.3 2013/02/12 14:16:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlzip/camlzip-1.05.ebuild,v 1.4 2013/02/12 14:19:27 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" |