aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-12 11:59:25 +0000
committerJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-12 11:59:25 +0000
commit7e590c2c843c0b8c5b9b02dc90dc56143e0286ee (patch)
treebb4ea9493235bef3f226ee888ab1de4bed1d28b7 /dev-ml/ocamlgraph
parentoctave-epstk-2.1.ebuild -- fix for bug 288586 (diff)
downloadsci-7e590c2c843c0b8c5b9b02dc90dc56143e0286ee.tar.gz
sci-7e590c2c843c0b8c5b9b02dc90dc56143e0286ee.tar.bz2
sci-7e590c2c843c0b8c5b9b02dc90dc56143e0286ee.zip
sci-mathematics/frama-c: varinfo_export patch
dev-ml/ocamlgraph: eapi2 fix
Diffstat (limited to 'dev-ml/ocamlgraph')
-rw-r--r--dev-ml/ocamlgraph/Manifest2
-rw-r--r--dev-ml/ocamlgraph/ocamlgraph-1.2.ebuild7
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-ml/ocamlgraph/Manifest b/dev-ml/ocamlgraph/Manifest
index 00d24f7ef..e64401809 100644
--- a/dev-ml/ocamlgraph/Manifest
+++ b/dev-ml/ocamlgraph/Manifest
@@ -1,3 +1,3 @@
AUX ocamlgraph-1.2-makefile.patch 3980 RMD160 fda851982c979d4c4d667bdd803bb9a570f8e3f8 SHA1 74eec2569ad39f35fd784fc13fa16f7d37cbe3f8 SHA256 fa5ce23b1561555c07d51a75b7e2850fdb1b6abe41bc902b9d4f8f99a1473e0c
DIST ocamlgraph-1.2.tar.gz 213426 RMD160 c5ef73069a912ba179adbad3c4e0d629cc91cd54 SHA1 087cd2720c1a3df3f6543db4ad8d81983fcddba0 SHA256 0695a91a3f2abc0f47eafdae4af8a6022154727aec00784a12362d3719ff51f2
-EBUILD ocamlgraph-1.2.ebuild 1027 RMD160 27095298c445a12f3a8d3bead261336141f7d1e8 SHA1 6f6d8036141f1425f3feef777229185b2b705da1 SHA256 ec26bf47e8acdc1e89ace4f685e59192b6bae62c046d623ccab0742826988fd7
+EBUILD ocamlgraph-1.2.ebuild 1006 RMD160 65691ad55fe153b56ea2f8f4a0e1290e3d24f31c SHA1 f04c187df1bc7413f604bec076d233ce7cf74674 SHA256 9675075cb999ab2509e69ce44d45295f20c6dd616ee1c205efa2d243ece78da6
diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.2.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.2.ebuild
index 9ee425cd8..3c20a8c59 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-1.2.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-1.2.ebuild
@@ -4,6 +4,8 @@
inherit eutils autotools
+EAPI="2"
+
DESCRIPTION="A graph library for Objective Caml"
HOMEPAGE="http://ocamlgraph.lri.fr/"
SRC_URI="http://ocamlgraph.lri.fr/download/${P}.tar.gz"
@@ -12,11 +14,10 @@ LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-RDEPEND=">=dev-lang/ocaml-3.10.2"
+RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
DEPEND="${RDEPEND}
- gtk? ( >=dev-ml/lablgtk-2.6 )
- ocamlopt? ( dev-lang/ocaml[ocamlopt] )"
+ gtk? ( >=dev-ml/lablgtk-2.6 )"
IUSE="doc examples gtk +ocamlopt"