diff options
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-mysql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/ocaml-mysql/ChangeLog b/dev-ml/ocaml-mysql/ChangeLog index ef8975ccd75d..a56a203c895f 100644 --- a/dev-ml/ocaml-mysql/ChangeLog +++ b/dev-ml/ocaml-mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-mysql # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.12 2013/08/19 13:39:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.13 2013/08/26 17:00:36 ago Exp $ + + 26 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ocaml-mysql-1.1.1.ebuild: + Stable for ppc, wrt bug #481646 19 Aug 2013; Alexis Ballier <aballier@gentoo.org> ocaml-mysql-1.1.1.ebuild: EAPI5, define suslot and add := dep on ocaml @@ -54,4 +57,3 @@ +files/ocaml-mysql-1.0.3-head.patch, +ocaml-mysql-1.0.3.ebuild: Mysql wrapper for ocaml. Original ebuild from gim <gentoo@gim.name>. Fixes bug #32726. - diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild index b8de0ea9b547..a03149584970 100644 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild +++ b/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.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/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v 1.2 2013/08/19 13:39:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.1.1.ebuild,v 1.3 2013/08/26 17:00:36 ago Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="$DEPEND" SLOT="0/${PV}" LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" src_compile() { |