summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-05 16:11:24 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-05 21:59:02 +0100
commit6858b24005c04ad4e7235da78d8f3806fc85a6c5 (patch)
tree5345894eb7f477f088e9a9c17eb750870bdec225 /dev-ml/bin-prot
parentdev-ml/bin-prot: bump to 113.24.00 (diff)
downloadgentoo-6858b24005c04ad4e7235da78d8f3806fc85a6c5.tar.gz
gentoo-6858b24005c04ad4e7235da78d8f3806fc85a6c5.tar.bz2
gentoo-6858b24005c04ad4e7235da78d8f3806fc85a6c5.zip
dev-ml/bin-prot: drop camlp4 dep; update license
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/bin-prot')
-rw-r--r--dev-ml/bin-prot/bin-prot-113.24.00.ebuild5
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 )"