summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-06-14 12:43:15 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-06-14 12:43:15 +0000
commit0eaeda2d470eceef2bc3e3f16c306f523403d615 (patch)
tree441bdb95a07f524497830041e36ce3778117b344 /dev-ml
parentBump (diff)
downloadgentoo-2-0eaeda2d470eceef2bc3e3f16c306f523403d615.tar.gz
gentoo-2-0eaeda2d470eceef2bc3e3f16c306f523403d615.tar.bz2
gentoo-2-0eaeda2d470eceef2bc3e3f16c306f523403d615.zip
Add ~x86, fix test depends
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-ctypes/ChangeLog5
-rw-r--r--dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ml/ocaml-ctypes/ChangeLog b/dev-ml/ocaml-ctypes/ChangeLog
index 9556663ac00c..37dddfe396fa 100644
--- a/dev-ml/ocaml-ctypes/ChangeLog
+++ b/dev-ml/ocaml-ctypes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocaml-ctypes
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.8 2015/06/06 19:45:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.9 2015/06/14 12:43:15 patrick Exp $
+
+ 14 Jun 2015; Patrick Lauer <patrick@gentoo.org> ocaml-ctypes-0.4.1.ebuild:
+ Add ~x86, fix test depends
06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild
index 2677cd2ade04..7abc2c36e83e 100644
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild,v 1.3 2015/05/21 07:27:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild,v 1.4 2015/06/14 12:43:15 patrick Exp $
EAPI=5
@@ -12,14 +12,15 @@ SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
RDEPEND="
>=dev-lang/ocaml-4:=[ocamlopt]
virtual/libffi
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ test? ( dev-ml/ounit )"
src_compile() {
emake -j1