diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-11-05 00:14:43 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-11-05 00:14:43 +0000 |
commit | c7f5ee63141191dfb4d62f61b5bbf9682c27dac2 (patch) | |
tree | 0c3e44b5b1819ec45c64aa8e4612ed30a38816c7 /dev-ml/camldbm | |
parent | Version bump (diff) | |
download | gentoo-2-c7f5ee63141191dfb4d62f61b5bbf9682c27dac2.tar.gz gentoo-2-c7f5ee63141191dfb4d62f61b5bbf9682c27dac2.tar.bz2 gentoo-2-c7f5ee63141191dfb4d62f61b5bbf9682c27dac2.zip |
Add ~x86-fbsd. #440760
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-ml/camldbm')
-rw-r--r-- | dev-ml/camldbm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/camldbm/camldbm-1.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ml/camldbm/ChangeLog b/dev-ml/camldbm/ChangeLog index 6ff5418b3ee7..7679614526bf 100644 --- a/dev-ml/camldbm/ChangeLog +++ b/dev-ml/camldbm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/camldbm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/ChangeLog,v 1.2 2012/08/07 19:35:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/ChangeLog,v 1.3 2012/11/05 00:14:43 naota Exp $ + + 05 Nov 2012; <naota@gentoo.org> camldbm-1.0.ebuild: + Add ~x86-fbsd. #440760 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> camldbm-1.0.ebuild: require ocamlopt for ocaml @@ -11,4 +14,3 @@ +files/hasgotfix.patch, +files/include_fix.patch, +metadata.xml: Initial import, standalone version of the OCaml gdbm bindings split out of dev-lang/ocaml; ebuild by me. - diff --git a/dev-ml/camldbm/camldbm-1.0.ebuild b/dev-ml/camldbm/camldbm-1.0.ebuild index ee774999d6b7..57ab2fdaeb55 100644 --- a/dev-ml/camldbm/camldbm-1.0.ebuild +++ b/dev-ml/camldbm/camldbm-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.2 2012/08/07 19:35:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.3 2012/11/05 00:14:43 naota Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz" LICENSE="LGPL-2-with-linking-exception" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86-fbsd" IUSE="" DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 ) |