summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-09-25 12:11:58 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-09-25 12:11:58 +0000
commit23d13aa5bbadddb7507c9777958a05d2b94c431d (patch)
tree51a0237609c0633d990efcfb5d2793f53f7f603d /dev-ml/ocaml-ssl
parentkeyword ~x86-fbsd (diff)
downloadgentoo-2-23d13aa5bbadddb7507c9777958a05d2b94c431d.tar.gz
gentoo-2-23d13aa5bbadddb7507c9777958a05d2b94c431d.tar.bz2
gentoo-2-23d13aa5bbadddb7507c9777958a05d2b94c431d.zip
keyword ~x86-fbsd
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'dev-ml/ocaml-ssl')
-rw-r--r--dev-ml/ocaml-ssl/ChangeLog7
-rw-r--r--dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/ocaml-ssl/ChangeLog b/dev-ml/ocaml-ssl/ChangeLog
index 399ae70b132d..9067ce463016 100644
--- a/dev-ml/ocaml-ssl/ChangeLog
+++ b/dev-ml/ocaml-ssl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocaml-ssl
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.11 2007/12/19 13:15:04 aballier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ChangeLog,v 1.12 2008/09/25 12:11:58 aballier Exp $
+
+ 25 Sep 2008; Alexis Ballier <aballier@gentoo.org> ocaml-ssl-0.4.2.ebuild:
+ keyword ~x86-fbsd
19 Dec 2007; Alexis Ballier <aballier@gentoo.org> ocaml-ssl-0.4.2.ebuild:
parallel make happens to produce broken installs, disabling it for now
diff --git a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild
index fda9f8c51907..33b390a9f8dd 100644
--- a/dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild
+++ b/dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.2.ebuild,v 1.5 2007/12/19 13:15:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ssl/ocaml-ssl-0.4.2.ebuild,v 1.6 2008/09/25 12:11:58 aballier Exp $
inherit findlib eutils
@@ -16,7 +16,7 @@ RDEPEND="$DEPEND"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
src_compile() {
econf || die "configure failed"