diff options
-rw-r--r-- | dev-ml/bin-prot/bin-prot-113.24.00.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ml/bin-prot/bin-prot-113.24.00.ebuild b/dev-ml/bin-prot/bin-prot-113.24.00.ebuild index fc9acbc3d919..ab1cf7b4ca71 100644 --- a/dev-ml/bin-prot/bin-prot-113.24.00.ebuild +++ b/dev-ml/bin-prot/bin-prot-113.24.00.ebuild @@ -14,13 +14,12 @@ DESCRIPTION="A binary protocol generator" HOMEPAGE="http://ocaml.janestreet.com/?q=node/13" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz" -LICENSE="LGPL-2.1-with-linking-exception" +LICENSE="Apache-2.0" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc" -RDEPEND=">=dev-ml/type-conv-109.28.00:= - dev-ml/camlp4:=" +RDEPEND=">=dev-ml/type-conv-109.28.00:=" DEPEND="${RDEPEND} test? ( >=dev-ml/ounit-1.1.2 )" |