diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-26 17:00:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-26 17:00:36 +0000 |
commit | db179ed42745d47c368da709ff498e9437cbef55 (patch) | |
tree | 6b253dcf79bd387996850a66b828c813078a8fd0 /dev-ml/ocaml-mysql | |
parent | Stable for ppc, wrt bug #481898 (diff) | |
download | gentoo-2-db179ed42745d47c368da709ff498e9437cbef55.tar.gz gentoo-2-db179ed42745d47c368da709ff498e9437cbef55.tar.bz2 gentoo-2-db179ed42745d47c368da709ff498e9437cbef55.zip |
Stable for ppc, wrt bug #481646
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ml/ocaml-mysql')
-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() { |