aboutsummaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-08-11 18:17:01 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2012-08-11 18:17:01 -0400
commit8d467727dbee6d5ad10ec2ac5af11f4c51662ce8 (patch)
tree935018dfed9aa9a5b0d9fbc55484d7664f44369d /dev-ml
parent[dev-ml/gsl-ocaml] new package (diff)
downloadsci-8d467727dbee6d5ad10ec2ac5af11f4c51662ce8.tar.gz
sci-8d467727dbee6d5ad10ec2ac5af11f4c51662ce8.tar.bz2
sci-8d467727dbee6d5ad10ec2ac5af11f4c51662ce8.zip
[dev-ml/zarith] fix license
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/zarith/ChangeLog3
-rw-r--r--dev-ml/zarith/zarith-1.1.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-ml/zarith/ChangeLog b/dev-ml/zarith/ChangeLog
index 94e752916..f0789a3ce 100644
--- a/dev-ml/zarith/ChangeLog
+++ b/dev-ml/zarith/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 11 Aug 2012; Guillaume Horel <guillaume.horel@gmail.com> zarith-1.1.ebuild:
+ fix license and depend on multilib eclass
+
*zarith-1.1 (30 Mar 2012)
30 Mar 2012; Guillaume Horel <guillaume.horel@gmail.com> -zarith-1.0.ebuild,
diff --git a/dev-ml/zarith/zarith-1.1.ebuild b/dev-ml/zarith/zarith-1.1.ebuild
index 8d208bef8..7afe5723b 100644
--- a/dev-ml/zarith/zarith-1.1.ebuild
+++ b/dev-ml/zarith/zarith-1.1.ebuild
@@ -4,13 +4,13 @@
EAPI="4"
-inherit findlib eutils
+inherit findlib multilib
DESCRIPTION="Arithmetic and logic operations over arbitrary-precision integers"
HOMEPAGE="https://forge.ocamlcore.org/projects/zarith/"
SRC_URI="http://forge.ocamlcore.org/frs/download.php/835/${P}.tgz"
-LICENSE="LGPL-2.1-linking-exception"
+LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc mpir +ocamlopt"