diff options
author | Jonathan-Christofer Demay <jcdemay@gmail.com> | 2014-06-22 22:20:18 +0200 |
---|---|---|
committer | Jonathan-Christofer Demay <jcdemay@gmail.com> | 2014-06-22 22:20:18 +0200 |
commit | 9d31fe0253025c7f7c08e0828889c1f012977bd5 (patch) | |
tree | a3a995406347ec60f61f881588bd4af8a2eb1c16 /dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild | |
parent | fix pkg_setup regression (diff) | |
download | sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.tar.gz sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.tar.bz2 sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.zip |
multiple move to EAPI=5 and regression fixes
Diffstat (limited to 'dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild')
-rw-r--r-- | dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild index d950b6f2d..2a653f2dc 100644 --- a/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild +++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2" +EAPI="5" inherit eutils autotools |