diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-05 16:11:24 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-05 21:59:02 +0100 |
commit | 6858b24005c04ad4e7235da78d8f3806fc85a6c5 (patch) | |
tree | 5345894eb7f477f088e9a9c17eb750870bdec225 /dev-ml/bin-prot | |
parent | dev-ml/bin-prot: bump to 113.24.00 (diff) | |
download | gentoo-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.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 )" |