diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:31:24 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:31:24 +0000 |
commit | 2ae588712cfbe73a00e886974921742ae301f54c (patch) | |
tree | d9ca2c3c301e7fc6b908330ec13ef2dac772e7b7 /dev-ml/ocaml-ssl | |
parent | Stable for amd64, wrt bug #405499 (diff) | |
download | gentoo-2-2ae588712cfbe73a00e886974921742ae301f54c.tar.gz gentoo-2-2ae588712cfbe73a00e886974921742ae301f54c.tar.bz2 gentoo-2-2ae588712cfbe73a00e886974921742ae301f54c.zip |
x86 stable wrt bug #404657
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-ml/ocaml-ssl')
-rw-r--r-- | dev-ml/ocaml-ssl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-ssl/ChangeLog b/dev-ml/ocaml-ssl/ChangeLog index b5f8e070f8c1..f5791e3ffb50 100644 --- a/dev-ml/ocaml-ssl/ChangeLog +++ b/dev-ml/ocaml-ssl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-ssl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.20 2012/02/21 13:39:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.21 2012/02/24 14:31:24 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ocaml-ssl-0.4.6.ebuild: + x86 stable wrt bug #404657 21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> ocaml-ssl-0.4.6.ebuild: Stable for amd64, wrt bug #404657 diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.6.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.6.ebuild index c2305cfc8ec6..8264e9e6ef3f 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.6.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.6.ebuild,v 1.2 2012/02/21 13:39:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.6.ebuild,v 1.3 2012/02/24 14:31:24 phajdan.jr Exp $ inherit findlib eutils @@ -16,7 +16,7 @@ RDEPEND="$DEPEND" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" src_compile() { econf || die "configure failed" |