diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:51:12 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 15:51:12 +0000 |
commit | f9902f098f3a53efe3c49c450a556a1489dcae23 (patch) | |
tree | 0ce8d2744dbae6b833fe876497fa3cc60e030053 /dev-ml/ocamlnet | |
parent | Stable for ppc, wrt bug #492048 (diff) | |
download | gentoo-2-f9902f098f3a53efe3c49c450a556a1489dcae23.tar.gz gentoo-2-f9902f098f3a53efe3c49c450a556a1489dcae23.tar.bz2 gentoo-2-f9902f098f3a53efe3c49c450a556a1489dcae23.zip |
Stable for ppc, wrt bug #492050
(Portage version: 2.2.1/cvs/Linux ppc64, 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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index 09c4547169c7..d425a8f088d9 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.78 2013/09/03 21:34:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.79 2013/12/21 15:51:12 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ocamlnet-3.7.3.ebuild: + Stable for ppc, wrt bug #492050 *ocamlnet-3.7.3 (03 Sep 2013) diff --git a/dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild b/dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild index 4dcdbf85c2a3..8f84f52a28a1 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.1 2013/09/03 21:34:20 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-3.7.3.ebuild,v 1.2 2013/12/21 15:51:12 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" |