diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:41:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:41:52 +0000 |
commit | b591460fb22c7441ffdb2f6c6f854ab196de8f3d (patch) | |
tree | 53244988038e4bc043e65c59dbc643a31b9fa9e1 /dev-ml | |
parent | Stable for x86, wrt bug #487768 (diff) | |
download | gentoo-2-b591460fb22c7441ffdb2f6c6f854ab196de8f3d.tar.gz gentoo-2-b591460fb22c7441ffdb2f6c6f854ab196de8f3d.tar.bz2 gentoo-2-b591460fb22c7441ffdb2f6c6f854ab196de8f3d.zip |
Stable for x86, wrt bug #492050
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index d425a8f088d9..3e2fb204c919 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.79 2013/12/21 15:51:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.80 2013/12/24 12:41:52 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.7.3.ebuild: + Stable for x86, wrt bug #492050 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.7.3.ebuild: Stable for ppc, wrt bug #492050 diff --git a/dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild b/dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild index 8f84f52a28a1..dff996df4022 100644 --- a/dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-3.7.3.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/ocamlnet/ocamlnet-3.7.3.ebuild,v 1.2 2013/12/21 15:51:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild,v 1.3 2013/12/24 12:41:52 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz" LICENSE="ZLIB GPL-2+" SLOT="0/${PV}" -KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ppc x86 ~x86-fbsd" IUSE="cryptokit gtk ssl tk httpd +ocamlopt +pcre zip" RESTRICT="installsources" |