diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-19 14:53:26 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-04-19 14:53:26 +0000 |
commit | 9a58107460c7382e218331cb87625754dbb6726f (patch) | |
tree | b687f1800d6c608c554a240281a9511a7910b2fa /dev-ml/ocaml-mysql | |
parent | Stable on ppc wrt bug 217545 (diff) | |
download | gentoo-2-9a58107460c7382e218331cb87625754dbb6726f.tar.gz gentoo-2-9a58107460c7382e218331cb87625754dbb6726f.tar.bz2 gentoo-2-9a58107460c7382e218331cb87625754dbb6726f.zip |
Stable on ppc wrt bug 217549
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'dev-ml/ocaml-mysql')
-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 43b6b6fa7a20..5c399b46bf88 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.6 2008/01/03 23:24:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-mysql/ChangeLog,v 1.7 2008/04/19 14:53:26 nixnut Exp $ + + 19 Apr 2008; nixnut <nixnut@gentoo.org> ocaml-mysql-1.0.4.ebuild: + Stable on ppc wrt bug 217549 *ocaml-mysql-1.0.4 (03 Jan 2008) 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 f62ee0e4d90f..011c3d9eba2d 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.1 2008/01/03 23:24:17 aballier Exp $ +# $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 $ 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 |