diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-20 14:13:50 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-20 14:13:50 +0000 |
commit | 95f5128677960d3f11a771ed38270a507670b50b (patch) | |
tree | cc5d33eeea4ca085cfdda62c697a5d503fa23856 /dev-ml | |
parent | x86 stable, bug #217547 (diff) | |
download | gentoo-2-95f5128677960d3f11a771ed38270a507670b50b.tar.gz gentoo-2-95f5128677960d3f11a771ed38270a507670b50b.tar.bz2 gentoo-2-95f5128677960d3f11a771ed38270a507670b50b.zip |
x86 stable, bug #217549
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocaml-mysql/ChangeLog b/dev-ml/ocaml-mysql/ChangeLog index 5c399b46bf88..4af225bebc57 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.7 2008/04/19 14:53:26 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.8 2008/04/20 14:13:50 maekke Exp $ + + 20 Apr 2008; Markus Meier <maekke@gentoo.org> ocaml-mysql-1.0.4.ebuild: + x86 stable, bug #217549 19 Apr 2008; nixnut <nixnut@gentoo.org> ocaml-mysql-1.0.4.ebuild: Stable on ppc wrt bug 217549 diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild index 011c3d9eba2d..ca8d68648b0b 100644 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild +++ b/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.0.4.ebuild,v 1.2 2008/04/19 14:53:26 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild,v 1.3 2008/04/20 14:13:50 maekke Exp $ inherit findlib eutils @@ -19,7 +19,7 @@ RDEPEND="$DEPEND" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="~amd64 ppc x86" pkg_setup() { if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then |