diff options
author | Markus Meier <maekke@gentoo.org> | 2009-08-14 18:22:33 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-08-14 18:22:33 +0000 |
commit | 40dd281340089be017f87269d674c5d537f6e3b2 (patch) | |
tree | abf2f8e8fc20a48a6f54ddae8f5f4527496701a3 /dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild | |
parent | amd64/x86 stable, bug #280422 (diff) | |
download | historical-40dd281340089be017f87269d674c5d537f6e3b2.tar.gz historical-40dd281340089be017f87269d674c5d537f6e3b2.tar.bz2 historical-40dd281340089be017f87269d674c5d537f6e3b2.zip |
amd64/x86 stable, bug #280423
Package-Manager: portage-2.2_rc38/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild')
-rw-r--r-- | dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild index 23c622c38893..556f7a73fe66 100644 --- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild +++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild,v 1.2 2009/08/09 16:24:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.3.ebuild,v 1.3 2009/08/14 18:22:33 maekke Exp $ inherit findlib eutils @@ -16,7 +16,7 @@ RDEPEND="$DEPEND" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" src_compile() { econf || die "configure failed" |