diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-21 12:08:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-21 12:08:01 +0000 |
commit | 0c1a7529b1bd5d96b8e37db86b5441ba8700c938 (patch) | |
tree | 1ba37bf72f663300220e7282ca229842ddadf887 /dev-ml/ocamlnet | |
parent | Stable for ppc, wrt bug #535128 (diff) | |
download | gentoo-2-0c1a7529b1bd5d96b8e37db86b5441ba8700c938.tar.gz gentoo-2-0c1a7529b1bd5d96b8e37db86b5441ba8700c938.tar.bz2 gentoo-2-0c1a7529b1bd5d96b8e37db86b5441ba8700c938.zip |
Stable for ppc, wrt bug #535130
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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 e7ad161f6535..4bdb6239e017 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.86 2015/02/19 09:03:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.87 2015/02/21 12:08:01 ago Exp $ + + 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.7.7.ebuild: + Stable for ppc, wrt bug #535130 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.7.7.ebuild: Stable for amd64, wrt bug #535130 diff --git a/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild b/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild index f0bc4a615ac8..16c41221b030 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.3 2015/02/19 09:03:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.7.ebuild,v 1.4 2015/02/21 12:08:01 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" |