diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-25 15:35:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-25 15:35:21 +0000 |
commit | 3af25a7a6edafb2e9e9c9b219445f70808a5707f (patch) | |
tree | 026c58c315f6c5be726e38727d550217b30cad43 /dev-ml/ocamlnet | |
parent | Stable for x86, wrt bug #535128 (diff) | |
download | gentoo-2-3af25a7a6edafb2e9e9c9b219445f70808a5707f.tar.gz gentoo-2-3af25a7a6edafb2e9e9c9b219445f70808a5707f.tar.bz2 gentoo-2-3af25a7a6edafb2e9e9c9b219445f70808a5707f.zip |
Stable for x86, wrt bug #535130
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/ocamlnet')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index 4bdb6239e017..5e9bd615f8f1 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlnet # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.87 2015/02/21 12:08:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.88 2015/02/25 15:35:21 ago Exp $ + + 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.7.7.ebuild: + Stable for x86, wrt bug #535130 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.7.7.ebuild: Stable for ppc, wrt bug #535130 diff --git a/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild b/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild index 16c41221b030..0e17240b495d 100644 --- a/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild,v 1.4 2015/02/21 12:08:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild,v 1.5 2015/02/25 15:35:21 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" |