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 | 34b83449da7f289a16cd06ab702e4b3a8f1e3438 (patch) | |
tree | d52bf411d2c483ff1cacb4a636a298f072e6e640 /dev-ml | |
parent | x86 stable, bug #217547 (diff) | |
download | historical-34b83449da7f289a16cd06ab702e4b3a8f1e3438.tar.gz historical-34b83449da7f289a16cd06ab702e4b3a8f1e3438.tar.bz2 historical-34b83449da7f289a16cd06ab702e4b3a8f1e3438.zip |
x86 stable, bug #217549
Package-Manager: portage-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 |