patrick     15/06/14 12:43:15

  Modified:             ocaml-ctypes-0.4.1.ebuild ChangeLog
  Log:
  Add ~x86, fix test depends
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild?r1=1.3&r2=1.4

Index: ocaml-ctypes-0.4.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocaml-ctypes-0.4.1.ebuild   21 May 2015 07:27:10 -0000      1.3
+++ ocaml-ctypes-0.4.1.ebuild   14 Jun 2015 12:43:15 -0000      1.4
@@ -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 @@
 
 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



1.9                  dev-ml/ocaml-ctypes/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   6 Jun 2015 19:45:50 -0000       1.8
+++ ChangeLog   14 Jun 2015 12:43:15 -0000      1.9
@@ -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 <[email protected]> ocaml-ctypes-0.4.1.ebuild:
+  Add ~x86, fix test depends
 
   06 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml




Reply via email to