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/ocaml-mysql/ocaml-mysql-1.0.4.ebuild | |
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/ocaml-mysql/ocaml-mysql-1.0.4.ebuild')
-rw-r--r-- | dev-ml/ocaml-mysql/ocaml-mysql-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |